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
Crash or abort if you get an unhandledRejection or multipleResolves
Much better tracing of unhandled promise rejections in JavaScript
Catch unhandled errors and promise rejections in your Electron app