]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.shaker: missing using
authorJoe Groff <arcata@gmail.com>
Sun, 27 Nov 2011 22:14:35 +0000 (14:14 -0800)
committerJoe Groff <arcata@gmail.com>
Sun, 27 Nov 2011 22:14:35 +0000 (14:14 -0800)
basis/tools/deploy/shaker/strip-debugger.factor

index ec4039a9e7a0e865fdfb098c8a65f73d5ad3a660..eae05e075d95ca0dd36c5ccd665f618b4ead103f 100644 (file)
@@ -1,4 +1,4 @@
-USING: namespaces tools.deploy.shaker ;
+USING: continuations namespaces tools.deploy.shaker ;
 IN: debugger
 
 : error. ( error -- ) original-error get die-with2 ;