fix bad identation

This commit is contained in:
Benjamin Pasero
2016-09-19 19:09:37 +02:00
parent 862ac8d858
commit 94f549f3a0

View File

@@ -86,7 +86,7 @@ export class OutputEditorInput extends StringEditorInput {
this.bufferedOutput = strings.appendWithLimit(this.bufferedOutput, e.output, MAX_OUTPUT_LENGTH);
this.scheduleOutputAppend();
} else if (e.output === null) {
this.bufferedOutput = '';
this.bufferedOutput = '';
this.clearValue(); // special output indicates we should clear
}
}