We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb8b87 commit ff39ecbCopy full SHA for ff39ecb
doc/api/child_process.markdown
@@ -254,8 +254,8 @@ instead, see
254
There is a special case when sending a `{cmd: 'NODE_foo'}` message. All messages
255
containing a `NODE_` prefix in its `cmd` property will not be emitted in
256
the `message` event, since they are internal messages used by io.js core.
257
-Messages containing the prefix are emitted in the `internalMessage` event, you
258
-should by all means avoid using this feature, it is subject to change without notice.
+Messages containing the prefix are emitted in the `internalMessage` event.
+Avoid using this feature; it is subject to change without notice.
259
260
The `sendHandle` option to `child.send()` is for sending a TCP server or
261
socket object to another process. The child will receive the object as its
0 commit comments