Keep update available flag set until restart

This commit is contained in:
Kevin Sawicki 2016-08-08 13:03:02 -07:00
Родитель 59ffe35781
Коммит 49908fd818
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,6 @@ class AutoUpdater extends EventEmitter {
return this.emitError(error)
}
if (update == null) {
this.updateAvailable = false
return this.emit('update-not-available')
}
this.updateAvailable = true