Docs: app: small process.argv clarification

This commit is contained in:
Adam Lynch 2016-02-07 17:31:37 +00:00
parent 18631df88b
commit 5911c45b54

View file

@ -87,7 +87,7 @@ handle this case (even before the `ready` event is emitted).
You should call `event.preventDefault()` if you want to handle this event.
On Windows, you have to parse `process.argv` to get the filepath.
On Windows, you have to parse `process.argv` (in the main process) to get the filepath.
### Event: 'open-url' _OS X_