We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c39d8b commit 8f0b045Copy full SHA for 8f0b045
1 file changed
main.js
@@ -43,7 +43,9 @@ autoUpdater
43
})
44
.on('error', function (err, message) {
45
console.error(err)
46
- notify('Updater error!', message)
+ if (!versionNotified) {
47
+ notify('Updater error!', message)
48
+ }
49
50
// .on('checking-for-update', function () {
51
// // Connecting
0 commit comments