xref
: /
third_party
/
node
/
test
/
fixtures
/
child-process-stay-alive-forever.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
setInterval
(() => {
2
// Starting an interval to stay alive.
3
},
1000
);
4