mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
server.cli.ts does not await Promises (#235738)
This commit is contained in:
committed by
GitHub
parent
d239906998
commit
f43f3cc8f9
@@ -30,4 +30,4 @@ if (process.env['VSCODE_DEV']) {
|
||||
await bootstrapESM();
|
||||
|
||||
// Load Server
|
||||
await import('./vs/server/node/server.cli');
|
||||
await import('./vs/server/node/server.cli.js');
|
||||
|
||||
Reference in New Issue
Block a user