6.2.4
What's Changed
- Fixed bug with non
Error
types not being caught when rejected in the route handler. - Going forward, any unhandled rejections which reject with a non
Error
type will be wrapped in anError
instance with the message prefixERR_CAUGHT_NON_ERROR_TYPE: ...
to enforce internal error handling types.
Full Changelog: 6.2.3...6.2.4