Closed
Description
- Subsystem: cluster
cwd
is the only property currently missing from cluster.settings
, but which is available in child_process.fork()
.
It should however only be added after #16387 is resolved, to avoid encouraging people to rush face first into that bug.
The actual implementation would just be cwd: cluster.settings.cwd,
added here.