Skip to content

Commit

Permalink
cluster: fix comment regarding child_process file
Browse files Browse the repository at this point in the history
Fixed comment for the description of INTERNAL_PREFIX in child_process
whereas the value is present in the internal/child_process.js.
  • Loading branch information
yashLadha committed Jul 8, 2021
1 parent ce666d7 commit 5113405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/cluster/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function sendHelper(proc, message, handle, cb) {
if (!proc.connected)
return false;

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

if (typeof cb === 'function')
Expand Down

0 comments on commit 5113405

Please sign in to comment.