We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce666d7 commit a72f234Copy full SHA for a72f234
1 file changed
lib/internal/cluster/utils.js
@@ -17,7 +17,8 @@ function sendHelper(proc, message, handle, cb) {
17
if (!proc.connected)
18
return false;
19
20
- // Mark message as internal. See INTERNAL_PREFIX in lib/child_process.js
+ // Mark message as internal. See INTERNAL_PREFIX
21
+ // in lib/internal/child_process.js
22
message = { cmd: 'NODE_CLUSTER', ...message, seq };
23
24
if (typeof cb === 'function')
0 commit comments