From 420d8afe3db22ad703e74892f58f9e32d34ff699 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 13 Jun 2018 12:05:55 -0400 Subject: [PATCH] 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 +++++++++++++++---- doc/api/cluster.md | 5 +++- lib/child_process.js | 6 ++-- .../test-child-process-spawnsync-shell.js | 2 +- 4 files changed, 33 insertions(+), 10 deletions(-) diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 1fc2855e4f65f5..372f8bbaf44bd6 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) => {