We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f8b30 commit bd75544Copy full SHA for bd75544
pkg/apperr/error.go
@@ -42,7 +42,7 @@ func (ee *ExitError) Error() string {
42
if ee.err == nil {
43
return ""
44
}
45
- return fmt.Sprintf("%v", ee.err)
+ return ee.err.Error()
46
47
48
// ExitCode returns the exit code, fulfilling the interface required by `ExitCoder`
0 commit comments