eltro/test/kill/runner.mjs

5 lines
121 B
JavaScript

import { spawn } from 'child_process'
spawn('node', ['./test/kill/second_runner.mjs'])
setInterval(function() { }, 100)