dont call text for the moment to allow pictures being rendered. Quickfix for LED exercise.
This commit is contained in:
@ -152,7 +152,8 @@ CodeOceanEditorEvaluation = {
|
|||||||
var element = this.findOrCreateOutputElement(index);
|
var element = this.findOrCreateOutputElement(index);
|
||||||
if (!colorize) {
|
if (!colorize) {
|
||||||
if (output.stdout != undefined && output.stdout != '') {
|
if (output.stdout != undefined && output.stdout != '') {
|
||||||
element.text(element.text() + output.stdout)
|
element.append(output.stdout)
|
||||||
|
//element.text(element.text() + output.stdout)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (output.stderr != undefined && output.stderr != '') {
|
if (output.stderr != undefined && output.stderr != '') {
|
||||||
|
Reference in New Issue
Block a user