mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 18:38:01 +00:00
Update app.ts
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user