Skip to content

Commit d7f82bd

Browse files
committed
clean up
1 parent d907d4c commit d7f82bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/output/electron-browser/outputServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ class AppendableFileOutputChannel extends AbstractOutputChannel implements Outpu
237237
super(outputChannelIdentifier, fileService, modelService, modeService, panelService);
238238
try {
239239
this.outputWriter = new RotatingLogger(this.id, this.file.fsPath, 1024 * 1024 * 30, 5);
240+
this.outputWriter.clearFormatters();
240241
} catch (e) {
241242
this.messageService.show(Severity.Error, e);
242243
}
243-
this.outputWriter.clearFormatters();
244244
}
245245

246246
append(message: string): void {

0 commit comments

Comments
 (0)