From 1a4aaf219fcc930ac8e5b4dedf63feab594547cc Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 16 Feb 2009 19:36:02 -0600 Subject: [PATCH] Fix deploy tool: error wasn't printed properly --- basis/tools/deploy/shaker/shaker.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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