This commit is contained in:
Sandeep Somavarapu
2019-09-30 12:20:06 +02:00
parent 09836b5a84
commit 846cff1e8f
7 changed files with 63 additions and 12 deletions

View File

@@ -72,4 +72,6 @@ export class ExtHostLogService extends AbstractLogService implements ILogService
this._proxy.$log(this._logFile, LogLevel.Critical, Array.from(arguments));
}
}
flush(): void { }
}