bootstrap-error.factor: vocab => lookup-vocab
parent
bf2046d6d7
commit
6be5714d43
|
|
@ -3,7 +3,7 @@ USING: continuations kernel io debugger vocabs words system namespaces ;
|
||||||
:c
|
:c
|
||||||
:error
|
:error
|
||||||
|
|
||||||
"listener" vocab
|
"listener" lookup-vocab
|
||||||
[ restarts. vocab-main execute ]
|
[ restarts. vocab-main execute ]
|
||||||
[ error get die ] if*
|
[ error get die ] if*
|
||||||
1 exit
|
1 exit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue