File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -694,6 +694,9 @@ values are `"rr"` and `"none"`.
694
694
<!-- YAML
695
695
added: v0.7.1
696
696
changes:
697
+ - version: REPLACEME
698
+ pr-url: https://github.com/nodejs/node/pull/14140
699
+ description: The `inspectPort` option is supported now.
697
700
- version: v6.4.0
698
701
pr-url: https://github.com/nodejs/node/pull/7838
699
702
description: The `stdio` option is supported now.
@@ -713,8 +716,9 @@ changes:
713
716
* ` uid ` {number} Sets the user identity of the process. (See setuid(2).)
714
717
* ` gid ` {number} Sets the group identity of the process. (See setgid(2).)
715
718
* ` inspectPort ` {number|function} Sets inspector port of worker.
716
- Accepts number, or function that evaluates to number. By default
717
- each worker gets port, incremented from master's ` process.debugPort ` .
719
+ This can be a number, or a function that takes no arguments and returns a
720
+ number. By default each worker gets its own port, incremented from the
721
+ master's ` process.debugPort ` .
718
722
719
723
After calling ` .setupMaster() ` (or ` .fork() ` ) this settings object will contain
720
724
the settings, including the default values.
You can’t perform that action at this time.
0 commit comments