jaysylvester / citizen

Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.
MIT License
100 stars 7 forks source link

Capture unhandled promise rejections #104

Closed jaysylvester closed 3 years ago

jaysylvester commented 3 years ago

process.unhandledRejection

jaysylvester commented 3 years ago

Small tweak in #103 to throw the error outright instead of calling the error event, which resulted in an infinite error loop.