Skip to content

Commit 5113405

Browse files
committed
cluster: fix comment regarding child_process file
Fixed comment for the description of INTERNAL_PREFIX in child_process whereas the value is present in the internal/child_process.js.
1 parent ce666d7 commit 5113405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/cluster/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function sendHelper(proc, message, handle, cb) {
1717
if (!proc.connected)
1818
return false;
1919

20-
// Mark message as internal. See INTERNAL_PREFIX in lib/child_process.js
20+
// Mark message as internal. See INTERNAL_PREFIX in lib/internal/child_process.js
2121
message = { cmd: 'NODE_CLUSTER', ...message, seq };
2222

2323
if (typeof cb === 'function')

0 commit comments

Comments
 (0)