Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2020-11-24 12:03:14 +0300
committerBenjamin Pasero <benjpas@microsoft.com>2020-11-24 12:03:19 +0300
commit41025928ad3d71ac5f7b65588ded8ad172c8d095 (patch)
tree7095a3a33a26467e64cf8388846c3003ea1f0835 /src/cli.js
parentae64039e432f21afc36465c18c0e9e38c58d7113 (diff)
bootstrap - fix more compile errors
Diffstat (limited to 'src/cli.js')
-rw-r--r--src/cli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.js b/src/cli.js
index 872cd66733d..c59d5ae2f6d 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -16,7 +16,7 @@ bootstrap.avoidMonkeyPatchFromAppInsights();
bootstrap.configurePortable(product);
// Enable ASAR support
-bootstrap.enableASARSupport();
+bootstrap.enableASARSupport(undefined);
// Load CLI through AMD loader
require('./bootstrap-amd').load('vs/code/node/cli');