Allow images in augmentStacktraceInOutput

This commit is contained in:
Sebastian Serth
2022-06-17 00:04:05 +02:00
parent 0a3b4a8129
commit ac170e8fd7
2 changed files with 9 additions and 3 deletions

View File

@ -212,7 +212,8 @@ CodeOceanEditorEvaluation = {
}
var element = this.findOrCreateOutputElement(index);
// Switch all four lines below to enable the output of images and render <IMG/> tags
// Switch all four lines below to enable the output of images and render <IMG/> tags.
// Also consider `augmentStacktraceInOutput` in editor.js.erb
if (!colorize) {
if (output.stdout !== undefined && output.stdout !== '') {
output.stdout = output.stdout.replace(this.nonPrintableRegEx, "")