sindresorhus / electron-unhandled

Catch unhandled errors and promise rejections in your Electron app
MIT License
448 stars 26 forks source link

process.on('uncaughtException') also needs hooking in the renderer #8

Closed timfish closed 6 years ago

timfish commented 6 years ago

Just cross posting so that you are aware of this.

sindresorhus commented 6 years ago

Closing this as it's fixed in Electron 2 and I'm not really interested in adding workarounds for older versions.