tools.deploy.shaker: fix debugger stripping

db4
Slava Pestov 2010-05-04 03:41:47 -04:00
parent 74a4c33423
commit 421dc67be4
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
USING: compiler.units words vocabs kernel threads.private ;
USING: compiler.units continuations kernel namespaces
threads.private words vocabs tools.deploy.shaker ;
IN: debugger
: error. ( error -- ) original-error get die-with2 ;