mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
fix bad identation
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user