Skip to content

Commit 379c359

Browse files
committed
Log failure to load notebook at error level
1 parent 41062f8 commit 379c359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/js/notebook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@ define([
30013001
this.fromJSON(data);
30023002
} catch (e) {
30033003
failed = e;
3004-
console.log("Notebook failed to load from JSON:", e);
3004+
console.error("Notebook failed to load from JSON:", e);
30053005
}
30063006
if (failed || data.message) {
30073007
// *either* fromJSON failed or validation failed

0 commit comments

Comments
 (0)