Skip to content

Commit 566ac91

Browse files
committed
feat: mac auto updater
1 parent eb06814 commit 566ac91

File tree

1 file changed

+1
-0
lines changed
  • src/extensionsIntegrated/appUpdater

1 file changed

+1
-0
lines changed

src/extensionsIntegrated/appUpdater/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ define(function (require, exports, module) {
374374
Dialogs.showInfoDialog(Strings.UPDATE_FAILED_TITLE, Strings.UPDATE_FAILED_VISIT_SITE_MESSAGE)
375375
.done(()=>{
376376
NativeApp.openURLInDefaultBrowser(Phoenix.config.update_download_page)
377+
.catch(console.error)
377378
.finally(resolve);
378379
});
379380
}

0 commit comments

Comments
 (0)