Skip to content

Commit fbf91df

Browse files
committed
chore: improve type coverage
1 parent c388d1a commit fbf91df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const run = async () => {
4646
return program.showHelpAfterError().parseAsync()
4747
}
4848

49-
run().catch(err => {
49+
run().catch((err: Error) => {
5050
console.error(err)
5151
process.exit(1)
5252
})

0 commit comments

Comments
 (0)