Merge pull request #4406 from adam-lynch/patch-4
Docs: app: small process.argv clarification
This commit is contained in:
commit
1d0179b192
1 changed files with 1 additions and 1 deletions
|
@ -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_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue