Replace flush with setFlushOn with loglevel info, fixes #123856

This commit is contained in:
Raymond Zhao
2021-05-19 10:03:50 -07:00
parent 283180b64b
commit 49187c4e78
4 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,6 @@ class OutputAppender {
append(content: string): void {
this.appender.critical(content);
this.flush();
}
flush(): void {