parent
bc150766ac
commit
f1a4fb1014
|
@ -110,6 +110,10 @@ export class SpdLogLogger extends AbstractMessageLogger implements ILogger {
|
|||
}
|
||||
|
||||
override flush(): void {
|
||||
if (this._store.isDisposed) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this._logger) {
|
||||
this._logger.flush();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue