mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
lint
This commit is contained in:
@@ -120,7 +120,7 @@ export class ElectronUpdaterService extends UpdaterService {
|
||||
|
||||
async update (): Promise<void> {
|
||||
if (!this.electronUpdaterAvailable) {
|
||||
this.electron.shell.openExternal(this.updateURL)
|
||||
await this.electron.shell.openExternal(this.updateURL)
|
||||
} else {
|
||||
if ((await this.platform.showMessageBox(
|
||||
{
|
||||
|
Reference in New Issue
Block a user