mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Log when updated
This commit is contained in:
@@ -78,6 +78,8 @@ class AutoUpdater
|
||||
@emit 'update-not-available'
|
||||
return
|
||||
|
||||
console.log "Updated to #{update.version}"
|
||||
|
||||
@emit 'update-available'
|
||||
@emit 'update-downloaded', {}, update.releaseNotes, update.version, new Date(), 'https://atom.io', => @quitAndInstall()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user