This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
"author" : " Jeff Dickey @jdxcode" ,
6
6
"bugs" : " https://github.com/dxcli/command/issues" ,
7
7
"dependencies" : {
8
- "@dxcli/config" : " ^0.1.15 " ,
8
+ "@dxcli/config" : " ^0.1.17 " ,
9
9
"@dxcli/parser" : " ^0.0.2" ,
10
10
"@dxcli/screen" : " ^0.0.0" ,
11
11
"cli-ux" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ export default abstract class Command {
70
70
await this . run ( )
71
71
await this . done ( )
72
72
} catch ( err ) {
73
+ if ( err . code === 'EEXIT' ) throw err
73
74
if ( this . config && this . config . engine ) {
74
75
await this . config . engine . runHook ( 'error' , err )
75
76
}
Original file line number Diff line number Diff line change 106
106
dependencies :
107
107
find-up "^2.1.0"
108
108
109
- " @dxcli/config@^0.1.15 " :
110
- version "0.1.15 "
111
- resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.15 .tgz#ec22a4340806c0c528bfbc86b020b46bd7f2e404 "
109
+ " @dxcli/config@^0.1.17 " :
110
+ version "0.1.17 "
111
+ resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.17 .tgz#e077873abfa4247e2b66be4813f46eeb8ee94df9 "
112
112
dependencies :
113
113
debug "^3.1.0"
114
114
fs-extra "^5.0.0"
You can’t perform that action at this time.
0 commit comments