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
|
: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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue