mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
log the error stack for a kernel javascript error message
This commit is contained in:
parent
07ffef8392
commit
00472333ec
@ -489,7 +489,7 @@ var IPython = (function (IPython) {
|
||||
try {
|
||||
callbacks.iopub.status(msg);
|
||||
} catch (e) {
|
||||
console.log("Exception in status msg handler", e);
|
||||
console.log("Exception in status msg handler", e, e.stack);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user