mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Emits on every call to cluster.setupMaster(), even if no new settings are given. This is because calling cluster.setupMaster() without arguments (or with an empty options object) results in the settings being restored to their defaults. Signed-off-by: Fedor Indutny <fedor@indutny.com>