correcting the raising of the right exception value to racket
This commit is contained in:
parent
9c0fb9f39e
commit
3c0d491705
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user