You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from koa I wonder how to protect polka from crashing the node process in case of an uncaught exception/promise rejection in one of the middlewares/handlers?
Shouldn't that just result in a 500 error but not an exit of the node process?
The text was updated successfully, but these errors were encountered:
Coming from koa I wonder how to protect polka from crashing the node process in case of an uncaught exception/promise rejection in one of the middlewares/handlers?
Shouldn't that just result in a 500 error but not an exit of the node process?
The text was updated successfully, but these errors were encountered: