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) {
|
||||
that.p = exceptionHandlerFunction;
|
||||
that.a = 1;
|
||||
that.e.push(e);
|
||||
that.e.push(e.racketError);
|
||||
thunk = baselib.functions.rawApply;
|
||||
} else {
|
||||
that.running = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user