mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add a small note about where ipc 'open'.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user