removed un-i18n-ed text extension.
At least in case of Python the output is wrong anyway in quite a lot of cases.
This commit is contained in:
@@ -156,7 +156,7 @@ CodeOceanEditorEvaluation = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (output.stderr != undefined && output.stderr != '') {
|
if (output.stderr != undefined && output.stderr != '') {
|
||||||
element.append('There was an error: StdErr: ' + output.stderr);
|
element.append(output.stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (output.stderr) {
|
} else if (output.stderr) {
|
||||||
|
Reference in New Issue
Block a user