Skip to content

Commit f2bec70

Browse files
committed
netpyne-44 Differenciate restart from unexpected restart
1 parent c2d7bb0 commit f2bec70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/NetPyNE.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class NetPyNE extends React.Component {
111111
kernelID: kernel.id
112112
}
113113
}
114-
if (type === "kernel_restarting") {
114+
if (type === "kernel_autorestarting") {
115115
console.log("Kernel restart event caught, trying to re-init the current model")
116116
this.kernelRestartState = {
117117
state: "restarting",

0 commit comments

Comments
 (0)