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

Commit 47e372b

Browse files
committed
fix: export ExitError
1 parent f9dcb3a commit 47e372b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ reset()
115115

116116
export const cli = new CLI()
117117
export default cli
118+
export {
119+
ExitError
120+
}
118121

119122
process.once('exit', async () => {
120123
try {

0 commit comments

Comments
 (0)