diff options
author | Rich Trott <rtrott@gmail.com> | 2018-11-02 00:11:54 -0700 |
---|---|---|
committer | Ruben Bridgewater <ruben@bridgewater.de> | 2018-11-15 16:12:23 +0100 |
commit | c07cce368a714f4f35ac692a259b11649aac6b8f (patch) | |
tree | 0dc480f2c5d02205921b289395466d70700ba549 /doc/api/cluster.md | |
parent | aa800b097ac16672eb8d2cbd47bb3367a961b9a4 (diff) | |
download | node-new-c07cce368a714f4f35ac692a259b11649aac6b8f.tar.gz |
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.md | 5 |
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. |