File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ instead, see
254
254
There is a special case when sending a ` {cmd: 'NODE_foo'} ` message. All messages
255
255
containing a ` NODE_ ` prefix in its ` cmd ` property will not be emitted in
256
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.
257
+ Messages containing the prefix are emitted in the ` internalMessage ` event.
258
+ Avoid using this feature; it is subject to change without notice.
259
259
260
260
The ` sendHandle ` option to ` child.send() ` is for sending a TCP server or
261
261
socket object to another process. The child will receive the object as its
You can’t perform that action at this time.
0 commit comments