Explicitly flush OutputAppender #123856

This commit is contained in:
Raymond Zhao
2021-05-17 10:29:33 -07:00
parent ac85998e01
commit a3fe790a45

View File

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