mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Log an error message to console as well
This commit is contained in:
@@ -22,6 +22,7 @@ export default class AutoUpdateManager {
|
||||
this.emitter.emit('update-not-available')
|
||||
}),
|
||||
applicationDelegate.onUpdateError((message) => {
|
||||
console.error(message)
|
||||
this.emitter.emit('update-error', message)
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user