eltro/test/kill/second_runner.mjs
TheThing 15d1ba43f4
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
fix kill and make it work better on more platforms
2024-03-01 09:40:14 +00:00

2 lines
No EOL
108 B
JavaScript

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