1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-09-09 10:01:48 +00:00
This commit is contained in:
Felicia Hummel
2018-12-05 00:27:42 +01:00

@@ -38,7 +38,12 @@ export class UpdaterService {
})
this.logger.debug('Checking for updates')
try {
this.electron.autoUpdater.checkForUpdates()
} catch (e) {
this.logger.info('Squirrel updater unavailable, falling back')
}
}
async check (): Promise<boolean> {