Merge pull request #4406 from adam-lynch/patch-4

Docs: app: small process.argv clarification
This commit is contained in:
Paul Betts 2016-02-07 22:40:34 +01:00
commit 1d0179b192

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. 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_ ### Event: 'open-url' _OS X_