From 975d3f8c2af8d8edf0be61c22c87a25630e62755 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 27 Nov 2011 14:14:35 -0800 Subject: [PATCH] tools.deploy.shaker: missing using --- basis/tools/deploy/shaker/strip-debugger.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/deploy/shaker/strip-debugger.factor b/basis/tools/deploy/shaker/strip-debugger.factor index ec4039a9e7..eae05e075d 100644 --- a/basis/tools/deploy/shaker/strip-debugger.factor +++ b/basis/tools/deploy/shaker/strip-debugger.factor @@ -1,4 +1,4 @@ -USING: namespaces tools.deploy.shaker ; +USING: continuations namespaces tools.deploy.shaker ; IN: debugger : error. ( error -- ) original-error get die-with2 ;