File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. See [standa
16
16
17
17
### Bug Fixes
18
18
19
- * ** sherbang :** :bug : Fix missing shebang ([ 9b72b9b] ( https://github.com/vivaxy/gacp/commit/9b72b9b ) )
19
+ * ** shebang :** :bug : Fix missing shebang ([ 9b72b9b] ( https://github.com/vivaxy/gacp/commit/9b72b9b ) )
20
20
21
21
22
22
@@ -68,7 +68,7 @@ All notable changes to this project will be documented in this file. See [standa
68
68
69
69
### Features
70
70
71
- * ** promopt :** :sparkles : Use autocomplete to improve select experience ([ b3af533] ( https://github.com/vivaxy/gacp/commit/b3af533 ) )
71
+ * ** prompt :** :sparkles : Use autocomplete to improve select experience ([ b3af533] ( https://github.com/vivaxy/gacp/commit/b3af533 ) )
72
72
73
73
74
74
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ exports.success = (message) => {
23
23
} ;
24
24
25
25
exports . uncaughtError = ( error ) => {
26
- console . log ( chalk . red ( error . message ) ) ;
26
+ console . log ( chalk . gray ( error . stack ) ) ;
27
27
} ;
You can’t perform that action at this time.
0 commit comments