Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
fix: export ExitError
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 19, 2018
1 parent f9dcb3a commit 47e372b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ reset()

export const cli = new CLI()
export default cli
export {
ExitError
}

process.once('exit', async () => {
try {
Expand Down

0 comments on commit 47e372b

Please sign in to comment.