mirror of https://github.com/lukechilds/node.git
Browse Source
In v0.10.x, process.argv and process.execArgv would only be
evaluated and copied into cluster.settings on the first call to
cluster.setupMaster() (either directly or via cluster.fork()),
allowing them to be modified as needed before initializing the
settings.
In 41b75ca
the behaviour was changed so that these values are
initialized at the time of the first require('cluster').
Fixes #7670.
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
archived-io.js-v0.10
committed by
Trevor Norris
1 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue