mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
最初以降からはUpdaterがエラーをださない。
This commit is contained in:
2
main.js
2
main.js
@@ -43,7 +43,9 @@ autoUpdater
|
|||||||
})
|
})
|
||||||
.on('error', function (err, message) {
|
.on('error', function (err, message) {
|
||||||
console.error(err)
|
console.error(err)
|
||||||
|
if (!versionNotified) {
|
||||||
notify('Updater error!', message)
|
notify('Updater error!', message)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
// .on('checking-for-update', function () {
|
// .on('checking-for-update', function () {
|
||||||
// // Connecting
|
// // Connecting
|
||||||
|
|||||||
Reference in New Issue
Block a user