mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Replace flush with setFlushOn with loglevel info, fixes #123856
This commit is contained in:
@@ -32,7 +32,6 @@ class OutputAppender {
|
||||
|
||||
append(content: string): void {
|
||||
this.appender.critical(content);
|
||||
this.flush();
|
||||
}
|
||||
|
||||
flush(): void {
|
||||
|
||||
Reference in New Issue
Block a user