factor/basis/tools/deploy/shaker/strip-debugger.factor

7 lines
158 B
Factor
Raw Normal View History

2011-11-27 17:14:35 -05:00
USING: continuations namespaces tools.deploy.shaker ;
2007-09-20 18:09:08 -04:00
IN: debugger
: error. ( error -- ) original-error get die-with2 ;
2007-10-09 02:07:59 -04:00
: print-error ( error -- ) error. ;