mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Add missing subscription event
This commit is contained in:
committed by
Ben Ogle
parent
6fce680a28
commit
a8a5006950
@@ -182,6 +182,9 @@ class ApplicationDelegate
|
||||
new Disposable ->
|
||||
ipcRenderer.removeListener('message', outerCallback)
|
||||
|
||||
onDidBeginDownloadingUpdate: (callback) ->
|
||||
@onUpdateAvailable(callback)
|
||||
|
||||
onDidBeginCheckingForUpdate: (callback) ->
|
||||
outerCallback = (message, detail) ->
|
||||
if message is 'checking-for-update'
|
||||
|
||||
Reference in New Issue
Block a user