We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6782a9 commit 445df0aCopy full SHA for 445df0a
1 file changed
src/main.ts
@@ -37,7 +37,6 @@ const getOptions = (options: Options = {}) => {
37
* cliMain()
38
* ```
39
*/
40
-// Stack traces and error properties are displayed by default.
41
const exit = ({ error, options }: Info<Options>['instanceMethods']) => {
42
handleCliError(error, options)
43
}
0 commit comments