v0.0.288 default to recursive-error-msg in exerr.Error()
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m54s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m54s
This commit is contained in:
@@ -30,7 +30,7 @@ type ExErr struct {
|
||||
}
|
||||
|
||||
func (ee *ExErr) Error() string {
|
||||
return ee.Message
|
||||
return ee.RecursiveMessage()
|
||||
}
|
||||
|
||||
// Unwrap must be implemented so that some error.XXX methods work
|
||||
|
Reference in New Issue
Block a user