We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e74d03 commit f4c2d7aCopy full SHA for f4c2d7a
pyjs_code_runner/js/utils.js
@@ -40,7 +40,7 @@ function eval_main_script(pyjs, workdir, filename) {
40
}
41
catch (e) {
42
if (typeof e === "number") {
43
- const msg = get_exception_message(e);
+ const msg = pyjs.get_exception_message(e);
44
console.error("error while evaluating main file:", msg)
45
46
else {
0 commit comments