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

7 lines
158 B
Factor

USING: continuations namespaces tools.deploy.shaker ;
IN: debugger
: error. ( error -- ) original-error get die-with2 ;
: print-error ( error -- ) error. ;