mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 10:28:05 +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) {
|
if (!this.windows.length) {
|
||||||
await this.newWindow()
|
await this.newWindow()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user