UNPKG

guvnor

Version:

A node process manager that isn't spanners all the way down

11 lines (8 loc) 212 B
console.info('hello') process.on('custom:event:sent', function () { console.info('received event') process.send({ event: 'custom:event:received', args: Array.prototype.slice.call(arguments) }) })