Skip to content

Commit

Permalink
Fix compile errors introduced by typescript 4.4.2
Browse files Browse the repository at this point in the history
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
Andrew Eisenberg committed Sep 10, 2021
1 parent 5b28adb commit 40568da
Show file tree
Hide file tree
Showing 83 changed files with 601 additions and 576 deletions.
40 changes: 20 additions & 20 deletions lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 40568da

Please sign in to comment.