mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 15:29:23 +00:00
debt - introduce lifecycle phases on electron-main and adopt
This commit is contained in:
@@ -57,6 +57,7 @@ export async function main(argv: string[]): Promise<any> {
|
||||
else if (shouldSpawnCliProcess(args)) {
|
||||
const cli = await new Promise<IMainCli>((c, e) => require(['vs/code/node/cliProcessMain'], c, e));
|
||||
await cli.main(args);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user