eltro/test/kill/second_runner.mjs
TheThing 71c82120d5
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Add debug log
2023-10-31 14:07:48 +00:00

2 lines
No EOL
108 B
JavaScript

console.log('secondary', process.pid)
setInterval(function() { console.log('secondary', process.pid) }, 100)