File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -728,6 +728,9 @@ values are `"rr"` and `"none"`.
728
728
<!-- YAML
729
729
added: v0.7.1
730
730
changes:
731
+ - version: REPLACEME
732
+ pr-url: https://github.com/nodejs/node/pull/14140
733
+ description: The `inspectPort` option is supported now.
731
734
- version: v6.4.0
732
735
pr-url: https://github.com/nodejs/node/pull/7838
733
736
description: The `stdio` option is supported now.
@@ -747,8 +750,9 @@ changes:
747
750
* ` uid ` {number} Sets the user identity of the process. (See setuid(2).)
748
751
* ` gid ` {number} Sets the group identity of the process. (See setgid(2).)
749
752
* ` inspectPort ` {number|function} Sets inspector port of worker.
750
- Accepts number, or function that evaluates to number. By default
751
- each worker gets port, incremented from master's ` process.debugPort ` .
753
+ This can be a number, or a function that takes no arguments and returns a
754
+ number. By default each worker gets its own port, incremented from the
755
+ master's ` process.debugPort ` .
752
756
753
757
After calling ` .setupMaster() ` (or ` .fork() ` ) this settings object will contain
754
758
the settings, including the default values.
You can’t perform that action at this time.
0 commit comments