jeroenouw / liftr-tscov

Check the type coverage of any TypeScript project with this easy npm package
https://www.npmjs.com/package/@liftr/tscov
MIT License
30 stars 5 forks source link

fix: removed error typing for try/catch block #15

Closed farisT closed 4 years ago

farisT commented 4 years ago

This is a fix for https://github.com/jeroenouw/liftr-tscov/issues/14. I removed the error typing from the try/catch block. It was correctly pointed out that this type is not possible.