mirror of
https://github.com/atom/atom.git
synced 2026-02-08 05:35:04 -05:00
Emit {will,did}SavePath events synchronously
This commit is contained in:
@@ -268,7 +268,7 @@ class ApplicationDelegate
|
||||
ipcRenderer.sendSync('get-auto-update-manager-error')
|
||||
|
||||
emitWillSavePath: (path) ->
|
||||
ipcRenderer.send('will-save-path', path)
|
||||
ipcRenderer.sendSync('will-save-path', path)
|
||||
|
||||
emitDidSavePath: (path) ->
|
||||
ipcRenderer.send('did-save-path', path)
|
||||
ipcRenderer.sendSync('did-save-path', path)
|
||||
|
||||
Reference in New Issue
Block a user