Type catch arguments as `any` rather than `unknown`
Disable a change/feature added in TypeScript 4.4 so that our existing code typechecks. In most cases the handler is just making the pretty safe assumption that the thrown error is a subclass of `Error`.
Showing
Please register or sign in to comment