Abazhenov / express-async-handler

Async Error Handling Middleware for Express
572 stars 39 forks source link

Error-handling middleware support (Fixes #22) #24

Closed DominikSerafin closed 6 years ago

DominikSerafin commented 6 years ago

This solution is meant to fix issue #22 and it assumes that next is always the last argument.

Abazhenov commented 6 years ago

Thank You!