In node, I would like to kill all the child process when the main process exits. It works with the below code
process .on(\'exit\', () => { consol