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) {
that.p = exceptionHandlerFunction;
that.a = 1;
that.e.push(e);
that.e.push(e.racketError);
thunk = baselib.functions.rawApply;
} else {
that.running = false;