]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/bootstrap-error.factor
Fixes #2966
[factor.git] / basis / bootstrap / bootstrap-error.factor
1 USING: continuations kernel io debugger vocabs words system namespaces ;
2
3 :c
4 :error
5
6 "listener" lookup-vocab
7 [ restarts. vocab-main execute ]
8 [ error get die ] if*
9 1 exit