Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(middleware): Obey the Promise API.
Rather than catching and discarding the error if no error handler is passed, let the promise package chain it. This allows use to have a .catch() follow the then().
- Loading branch information