Set onError binding to underscore's no-op

This commit is contained in:
Sebastian Serth
2020-03-05 14:53:46 +01:00
parent 427ee3e2e7
commit bf6a343e2b

View File

@ -106,6 +106,7 @@ CodeOceanEditorEvaluation = {
}
this.websocket.killWebSocket();
this.websocket.onError(_.noop);
this.running = false;
},