mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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. PR-URL: https://github.com/nodejs/node/pull/39308 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
committed by
James M Snell
parent
4441c3e3b5
commit
2acd866990
@@ -17,7 +17,8 @@ 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')
|
||||
|
||||
Reference in New Issue
Block a user