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:
authorSandeep Somavarapu <sasomava@microsoft.com>2021-07-21 10:12:31 +0300
committerSandeep Somavarapu <sasomava@microsoft.com>2021-07-21 10:12:31 +0300
commita7171fdad5acd762006821fe7fc74d3c617a0eba (patch)
tree6dd9db237deda750ecdb62c94085df869f87cba5 /resources
parent5b7a3b07c6f5d23b09a02edf41ef6935793c29f0 (diff)
fix logging additional builtin extension ids
Diffstat (limited to 'resources')
-rw-r--r--resources/web/code-web.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/web/code-web.js b/resources/web/code-web.js
index 90e0b514869..68b88385f1e 100644
--- a/resources/web/code-web.js
+++ b/resources/web/code-web.js
@@ -412,7 +412,7 @@ async function handleRoot(req, res) {
if (args.verbose) {
fancyLog(`${ansiColors.magenta('BuiltIn extensions')}: ${dedupedBuiltInExtensions.map(e => path.basename(e.extensionPath)).join(', ')}`);
- fancyLog(`${ansiColors.magenta('Additional extensions')}: ${additionalBuiltinExtensions.map(e => path.basename(e.path)).join(', ') || 'None'}`);
+ fancyLog(`${ansiColors.magenta('Additional extensions')}: ${additionalBuiltinExtensions.map(e => typeof e === 'string' ? e : path.basename(e.path)).join(', ') || 'None'}`);
}
const secondaryHost = (