1 2setInterval(function () { 3 if (process.send) { 4 process.send({ from: 'child' }); 5 } 6}, 1000) 7