diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 7ba5cee507..5095f9e93e 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -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