Connection Buffer: Replace \r in run and score output with \n
This commit is contained in:
@ -175,7 +175,6 @@ CodeOceanEditorEvaluation = {
|
||||
if (!msg.data || msg.data === "\r") {
|
||||
return;
|
||||
}
|
||||
msg.data = msg.data.replace(/(\r)/gm, "\n");
|
||||
var stream = {};
|
||||
stream[msg.stream] = msg.data;
|
||||
this.printOutput(stream, true, 0);
|
||||
|
Reference in New Issue
Block a user