correcting the raising of the right exception value to racket

This commit is contained in:
Danny Yoo 2013-04-23 14:57:13 -06:00
parent 9c0fb9f39e
commit 3c0d491705

View File

@ -736,7 +736,7 @@
exceptionHandlerFunction !== false) { exceptionHandlerFunction !== false) {
that.p = exceptionHandlerFunction; that.p = exceptionHandlerFunction;
that.a = 1; that.a = 1;
that.e.push(e); that.e.push(e.racketError);
thunk = baselib.functions.rawApply; thunk = baselib.functions.rawApply;
} else { } else {
that.running = false; that.running = false;