Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
finish implementing and close #18
Browse files Browse the repository at this point in the history
  • Loading branch information
HR committed Jun 29, 2019
1 parent a7ddddf commit 3806315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ app.on('app:check-update', () => {
}
})
.catch((err) => {
logger.warn(err)
dialog.showErrorBox('Failed to check for update',
`An error occured while checking for update:\n ${err.message}`)
})
Expand Down

0 comments on commit 3806315

Please sign in to comment.