Set onError binding to underscore's no-op
This commit is contained in:
@ -106,6 +106,7 @@ CodeOceanEditorEvaluation = {
|
||||
}
|
||||
|
||||
this.websocket.killWebSocket();
|
||||
this.websocket.onError(_.noop);
|
||||
this.running = false;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user