This commit is contained in:
Michelle Tilley 2017-03-23 23:44:38 -07:00
parent 2ee692d3cf
commit f657bd13c6

View File

@ -1085,7 +1085,7 @@ class AtomEnvironment extends Model
promises.push @workspace?.open(pathToOpen, {initialLine, initialColumn})
promise = Promise.all(promises)
promise.then =>
promise.then ->
ipcRenderer.send 'window-command', 'window:locations-opened'
resolveProxy: (url) ->