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
I'm using async/await stuff (on latest Node - without babel or harmony flag), but I still get UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property ...
I also tried your provided example of middleware - logging response time, and it works. Please, can you help me with this issue?
The text was updated successfully, but these errors were encountered:
+1 I have the same issue, composing the error handler with others middlewares using koa-compose and using that as event handler works but by itself it does not.
Hi,
I'm trying to create simple error handling middleware like this:
I'm using async/await stuff (on latest Node - without babel or harmony flag), but I still get
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property ...
I also tried your provided example of middleware - logging response time, and it works. Please, can you help me with this issue?
The text was updated successfully, but these errors were encountered: