node/lib/internal/cluster
Yash Ladha 0f4d513873 cluster: removed unused addressType argument from constructor
When intializing the constructor for cluster master we are heavily using
a generic structure, but the effect of passing arguments that are
related to shared_handle is that there is a stale argument passed.

We can avoid such scenarios as all the remaining entities are being
destructured from the message object.

PR-URL: https://github.com/nodejs/node/pull/32963
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
2020-04-28 13:58:28 +02:00
..
child.js lib: replace Map global by the primordials 2020-01-06 13:02:32 +01:00
master.js cluster: removed unused addressType argument from constructor 2020-04-28 13:58:28 +02:00
round_robin_handle.js cluster: removed unused addressType argument from constructor 2020-04-28 13:58:28 +02:00
shared_handle.js cluster: removed unused addressType argument from constructor 2020-04-28 13:58:28 +02:00
utils.js lib: replace Map global by the primordials 2020-01-06 13:02:32 +01:00
worker.js lib: flatten access to primordials 2019-12-01 10:18:56 +01:00