Fixes to bootstrap-error.factor and finish-staging.factor

db4
Slava Pestov 2009-11-16 01:14:24 -06:00
parent cf35ffb126
commit 64c209b5c9
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@ USING: continuations kernel io debugger vocabs words system namespaces ;
:c :c
:error :error
"listener" vocab "listener" vocab
[ restarts. vocab-main execute ] [ restarts. vocab-main execute ]
[ die ] if* [ error get die ] if*
1 exit 1 exit

View File

@ -1,5 +1,5 @@
USING: init command-line system namespaces kernel vocabs.loader USING: destructors init command-line system namespaces kernel
io ; vocabs.loader io ;
[ [
boot boot