Fix interactor problem when loading a vocab which has a parse error
parent
85e2d364ee
commit
18259cdaa4
|
@ -137,7 +137,7 @@ M: interactor stream-read-partial
|
||||||
[ restore-vars parse ] keep save-vars
|
[ restore-vars parse ] keep save-vars
|
||||||
] [
|
] [
|
||||||
>r f swap set-interactor-busy? drop r>
|
>r f swap set-interactor-busy? drop r>
|
||||||
dup [ unexpected-eof? ] is? [ drop f ] when
|
dup delegate unexpected-eof? [ drop f ] when
|
||||||
] recover
|
] recover
|
||||||
] with-scope ;
|
] with-scope ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue