diff --git a/src/atom-application.coffee b/src/atom-application.coffee index dad917a6f..dce269faf 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -145,6 +145,7 @@ class AtomApplication event.preventDefault() @applicationMenu.showDownloadUpdateItem(version, quitAndUpdateCallback) + # A request from the associated browser process to open a new browser process. ipc.on 'open', (processId, routingId, options) => if options? if options.pathsToOpen?.length > 0