##// END OF EJS Templates
log the error stack for a kernel javascript error message
Jason Grout -
Show More
@@ -489,7 +489,7 b' var IPython = (function (IPython) {'
489 489 try {
490 490 callbacks.iopub.status(msg);
491 491 } catch (e) {
492 console.log("Exception in status msg handler", e);
492 console.log("Exception in status msg handler", e, e.stack);
493 493 }
494 494 }
495 495
General Comments 0
You need to be logged in to leave comments. Login now