Make unhandled promise rejections fail hard right away instead of the default silent fail
Make unhandled promise rejections fail loudly instead of the default silent fail
Much better tracing of unhandled promise rejections in JavaScript
Crash or abort if you get an unhandledRejection or multipleResolves
Catch unhandled errors and promise rejections in your Electron app