mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Adopt ILogger.flush() (#80862)
This commit is contained in:
@@ -82,6 +82,7 @@ export class ExtHostExtensionService extends AbstractExtHostExtensionService {
|
||||
let r: T | null = null;
|
||||
activationTimesBuilder.codeLoadingStart();
|
||||
this._logService.info(`ExtensionService#loadCommonJSModule ${module.toString(true)}`);
|
||||
this._logService.flush();
|
||||
try {
|
||||
r = require.__$__nodeRequire<T>(module.fsPath);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user