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

9 lines
185 B
Factor
Executable File

USING: kernel threads threads.private ;
IN: debugger
: print-error ( error -- ) die drop ;
: error. ( error -- ) die drop ;
M: thread error-in-thread ( error thread -- ) die 2drop ;