mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 23:36:56 +00:00

With this patch the IPC socket is no longer available in the ChildProcess.stdio array. This shouldn't be very problematic, since this socket was effectively non-functional; it would never emit any events.
4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
|
|
process.send('hello');
|
|
process.exit(0);
|