From ba7571248ceea189b723c570e1f88a6cdb0b25d3 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 15 Apr 2022 21:30:03 +0200 Subject: [PATCH] Update app.ts --- app/lib/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/app.ts b/app/lib/app.ts index 47a30cc9..27061917 100644 --- a/app/lib/app.ts +++ b/app/lib/app.ts @@ -218,7 +218,7 @@ export class Application { } } - handleSecondInstance (argv: string[], cwd: string): void { + async handleSecondInstance (argv: string[], cwd: string): Promise { if (!this.windows.length) { await this.newWindow() }