summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-11-02 00:11:54 -0700
committerRich Trott <rtrott@gmail.com>2018-11-13 14:38:23 -0800
commitad6ead3aab24e6b703d4982ba0563a15561a2915 (patch)
tree69a1582401f2de01b4e87df1d84486432e736676 /doc/api/cluster.md
parenta2c2c78e097c4e1036eb24abd620a52c709a9467 (diff)
downloadandroid-node-v8-ad6ead3aab24e6b703d4982ba0563a15561a2915.tar.gz
android-node-v8-ad6ead3aab24e6b703d4982ba0563a15561a2915.tar.bz2
android-node-v8-ad6ead3aab24e6b703d4982ba0563a15561a2915.zip
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 <refack@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index a053a4d31a..ab7f45154d 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -703,9 +703,6 @@ values are `'rr'` and `'none'`.
<!-- YAML
added: v0.7.1
changes:
- - version: v11.0.0
- pr-url: https://github.com/nodejs/node/pull/21316
- description: The `windowsHide` option now defaults to `true`.
- version: v9.5.0
pr-url: https://github.com/nodejs/node/pull/18399
description: The `cwd` option is supported now.
@@ -740,7 +737,7 @@ changes:
number. By default each worker gets its own port, incremented from the
master's `process.debugPort`.
* `windowsHide` {boolean} Hide the forked processes console window that would
- normally be created on Windows systems. **Default:** `true`.
+ normally be created on Windows systems. **Default:** `false`.
After calling `.setupMaster()` (or `.fork()`) this settings object will contain
the settings, including the default values.