Fixes to bootstrap-error.factor and finish-staging.factor
parent
cf35ffb126
commit
64c209b5c9
|
@ -2,7 +2,8 @@ USING: continuations kernel io debugger vocabs words system namespaces ;
|
|||
|
||||
:c
|
||||
:error
|
||||
|
||||
"listener" vocab
|
||||
[ restarts. vocab-main execute ]
|
||||
[ die ] if*
|
||||
[ error get die ] if*
|
||||
1 exit
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USING: init command-line system namespaces kernel vocabs.loader
|
||||
io ;
|
||||
USING: destructors init command-line system namespaces kernel
|
||||
vocabs.loader io ;
|
||||
|
||||
[
|
||||
boot
|
||||
|
|
Loading…
Reference in New Issue