UNPKG

guvnor

Version:

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

9 lines (8 loc) 179 B
/* process.on('uncaughtException', function uncaughtListener (err) { console.info('i caught an exception') }) */ setTimeout(function () { throw new Error('panic!') }, 1000)