Fix deploy tool: error wasn't printed properly

db4
Slava Pestov 2009-02-16 19:36:02 -06:00
parent 20053c7f5c
commit 1a4aaf219f
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ SYMBOL: deploy-vocab
[ error-continuation get call>> callstack>array die ]
! Don't reference these words literally, if we're stripping the
! debugger out we don't want to load the prettyprinter at all
[ [:c] nl [print-error] ] if
[ [:c] execute nl [print-error] execute flush ] if
1 exit
] recover ; inline