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