bootstrap-error.factor: vocab => lookup-vocab

db4
Slava Pestov 2011-10-29 17:25:51 -07:00
parent 258b9590a2
commit 136ffc0671
1 changed files with 1 additions and 1 deletions

View File

@ -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