Closed duncannz closed 2 years ago
We found that an unhandled spawn 'error' event would crash our node process despite being wrapped in try-catch. With this fix, errors were able to be caught and handled appropriately.
@nornagon Thanks for merging :) Any idea on when the next version might be released?
We found that an unhandled spawn 'error' event would crash our node process despite being wrapped in try-catch. With this fix, errors were able to be caught and handled appropriately.