mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
Fix #80862
This commit is contained in:
@@ -72,4 +72,6 @@ export class ExtHostLogService extends AbstractLogService implements ILogService
|
||||
this._proxy.$log(this._logFile, LogLevel.Critical, Array.from(arguments));
|
||||
}
|
||||
}
|
||||
|
||||
flush(): void { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user