diff --git a/whalesong/js-assembler/runtime-src/runtime.js b/whalesong/js-assembler/runtime-src/runtime.js index 487e2ed..b217258 100644 --- a/whalesong/js-assembler/runtime-src/runtime.js +++ b/whalesong/js-assembler/runtime-src/runtime.js @@ -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;