UNPKG

98 BJavaScriptView Raw
1
2setInterval(function () {
3 if (process.send) {
4 process.send({ from: 'child' });
5 }
6}, 1000)
\No newline at end of file