From 5911c45b54e30804f2989a895a974e8588c592f5 Mon Sep 17 00:00:00 2001 From: Adam Lynch Date: Sun, 7 Feb 2016 17:31:37 +0000 Subject: [PATCH] Docs: app: small process.argv clarification --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index 4b5c6ee2a6a9..adba230b0e2b 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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_