xref
: /
third_party
/
node
/
test
/
fixtures
/
watch-mode
/
inspect_with_signal.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/watch-mode/
1
console
.
log
(
'pid is'
,
process
.
pid
);
2
setInterval
(() => {},
1000
);
3