Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile errors introduced by typescript 4.4.2
4.4.2 introduces a breaking change that the variable in a catch clause is now `unknown` type. So, we need to cast the `e`, `err`, or `error` variables to type `Error`.
- Loading branch information