Skip to content

Commit

Permalink
Merge pull request #43 from bus710/master
Browse files Browse the repository at this point in the history
Add the type for ex
  • Loading branch information
sammydre committed Jan 5, 2022
2 parents 6e2ad56 + ea5c960 commit 0313557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (require.main === module) {
console.log(error)
require('@oclif/errors/handle')(error)
})
} catch (ex) {
} catch (ex: any) {
console.log(ex.stack)
}
}

0 comments on commit 0313557

Please sign in to comment.