Show More
@@ -489,7 +489,7 b' var IPython = (function (IPython) {' | |||||
489 | try { |
|
489 | try { | |
490 | callbacks.iopub.status(msg); |
|
490 | callbacks.iopub.status(msg); | |
491 | } catch (e) { |
|
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