mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 20:57:12 +00:00
telemetry - avoid sync fs APIs for building CLI telemetry message
This commit is contained in:
@@ -220,7 +220,7 @@ class CliMain extends Disposable {
|
||||
|
||||
// Telemetry
|
||||
else if (this.argv['telemetry']) {
|
||||
console.log(buildTelemetryMessage(environmentService.appRoot, environmentService.extensionsPath));
|
||||
console.log(await buildTelemetryMessage(environmentService.appRoot, environmentService.extensionsPath));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user