From ad6ead3aab24e6b703d4982ba0563a15561a2915 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 2 Nov 2018 00:11:54 -0700 Subject: Revert "child_process: change windowsHide default to true" This reverts commit 420d8afe3db22ad703e74892f58f9e32d34ff699. PR-URL: https://github.com/nodejs/node/pull/24034 Reviewed-By: Refael Ackermann Reviewed-By: Shelley Vohr Reviewed-By: Ujjwal Sharma Reviewed-By: Bartosz Sosnowski Reviewed-By: Ali Ijaz Sheikh --- doc/api/child_process.md | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) (limited to 'doc/api/child_process.md') diff --git a/doc/api/child_process.md b/doc/api/child_process.md index b2a6e443f9..7ba83b3528 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -131,9 +131,6 @@ exec('"my script.cmd" a b', (err, stdout, stderr) => {