Browse Source

Update app.ts

Eugene Pankov 3 years ago
parent
commit
ba7571248c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/lib/app.ts

+ 1 - 1
app/lib/app.ts

@@ -218,7 +218,7 @@ export class Application {
         }
     }
 
-    handleSecondInstance (argv: string[], cwd: string): void {
+    async handleSecondInstance (argv: string[], cwd: string): Promise<void> {
         if (!this.windows.length) {
             await this.newWindow()
         }