Log when updated

This commit is contained in:
Kevin Sawicki
2014-11-13 13:37:19 -08:00
parent fec2567283
commit ddbb0ae1db

View File

@@ -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()