зеркало из https://github.com/electron/electron.git
Keep update available flag set until restart
This commit is contained in:
Родитель
59ffe35781
Коммит
49908fd818
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче