electron / node-minidump

Node module to process minidump files
MIT License
68 stars 46 forks source link

Handle spawn 'error' event #52

Closed duncannz closed 2 years ago

duncannz commented 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.

duncannz commented 1 year ago

@nornagon Thanks for merging :) Any idea on when the next version might be released?