tools.deploy.shaker: missing using

db4
Joe Groff 2011-11-27 14:14:35 -08:00
parent c64b3575e4
commit 975d3f8c2a
1 changed files with 1 additions and 1 deletions

View 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 ;