Skip to content

6.2.4

Compare
Choose a tag to compare
@kartikk221 kartikk221 released this 21 Jun 13:42
· 359 commits to master since this release

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 an Error instance with the message prefix ERR_CAUGHT_NON_ERROR_TYPE: ... to enforce internal error handling types.

Full Changelog: 6.2.3...6.2.4