Add a small note about where ipc 'open'.

This commit is contained in:
Matt Colyer
2013-09-11 15:08:32 -07:00
parent e8838e3bd0
commit 4b90ba06ff

View File

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