From 420d8afe3db22ad703e74892f58f9e32d34ff699 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 13 Jun 2018 12:05:55 -0400 Subject: child_process: change windowsHide default to true This is likely the default that more Windows users are expecting. PR-URL: https://github.com/nodejs/node/pull/21316 Refs: https://github.com/libuv/libuv/pull/1878 Refs: https://github.com/nodejs/node/pull/21314 Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Bartosz Sosnowski Reviewed-By: Anatoli Papirovski Reviewed-By: Trivikram Kamat Reviewed-By: Anna Henningsen Reviewed-By: Ujjwal Sharma Reviewed-By: Ruben Bridgewater --- doc/api/child_process.md | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'doc/api/child_process.md') diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 1fc2855e4f..372f8bbaf4 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -131,6 +131,9 @@ exec('"my script.cmd" a b', (err, stdout, stderr) => {