Ensure output is shown even if no test command is given
This commit is contained in:
@ -150,6 +150,7 @@ CodeOceanEditorEvaluation = {
|
||||
}
|
||||
|
||||
var element = this.findOrCreateOutputElement(index);
|
||||
// Switch all four lines below to enable the output of images and render <IMG/> tags
|
||||
if (!colorize) {
|
||||
if (output.stdout !== undefined && output.stdout !== '') {
|
||||
//element.append(output.stdout)
|
||||
|
Reference in New Issue
Block a user