More debuging.
This commit is contained in:
parent
e835556903
commit
f7e0f38316
1 changed files with 2 additions and 0 deletions
2
error.go
2
error.go
|
@ -43,7 +43,9 @@ func Join(errs ...error) (result error) {
|
|||
}
|
||||
|
||||
for index, err := range errs {
|
||||
fmt.Println(isUnwrapable(err), err.Error())
|
||||
err = enshureUnwrapable(err)
|
||||
fmt.Println(isUnwrapable(err), err.Error())
|
||||
if index == 0 {
|
||||
result = err
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue