From 566d76def29ebc3b73b5670c21eba6be6f366f6b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 7 Oct 2016 11:03:00 -0700 Subject: [PATCH] Mention spawning with ELECTRON_RUN_AS_NODE --- docs/api/environment-variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/environment-variables.md b/docs/api/environment-variables.md index a946e399e883..3bd2326810f9 100644 --- a/docs/api/environment-variables.md +++ b/docs/api/environment-variables.md @@ -45,7 +45,8 @@ https://console.developers.google.com/apis/api/geolocation/overview ### `ELECTRON_NO_ASAR` -Disables ASAR support. Note that this variable can only be used when forking a process to disable any ASAR support in that process. +Disables ASAR support. This variable is only supported in forked child processes +and spawned child processes that set `ELECTRON_RUN_AS_NODE`. ## Development Variables