xref
: /
third_party
/
node
/
test
/
fixtures
/
child-process-message-and-exit.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
2
process
.
send
(
'hello'
);
3
process
.
exit
(
0
);
4