eltro/test/kill/second_runner.mjs

2 lines
82 B
JavaScript

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