1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-17 19:51:42 +00:00

最初以降からはUpdaterがエラーをださない。

This commit is contained in:
Rokt33r
2015-11-25 07:38:46 +09:00
parent 2c39d8b1c8
commit 8f0b04504f

View File

@@ -43,7 +43,9 @@ autoUpdater
}) })
.on('error', function (err, message) { .on('error', function (err, message) {
console.error(err) console.error(err)
notify('Updater error!', message) if (!versionNotified) {
notify('Updater error!', message)
}
}) })
// .on('checking-for-update', function () { // .on('checking-for-update', function () {
// // Connecting // // Connecting