This commit is contained in:
Eugene Pankov
2019-08-07 15:31:21 +02:00
parent 924a8da2f5
commit a8eb0d8346
5 changed files with 8 additions and 8 deletions

View File

@@ -222,7 +222,7 @@ export class AppService {
}
}
for (const tab of this.tabs) {
tab.destroy(true);
tab.destroy(true)
}
return true
}

View File

@@ -148,7 +148,7 @@ export class HostAppService {
} else if (op === 'profile') {
this.cliOpenProfile.next(argv.profileName)
} else if (op === undefined) {
this.newWindow();
this.newWindow()
} else {
this.secondInstance.next()
}