Even more debuging.
This commit is contained in:
parent
d8f8d5b1ef
commit
b912e0a803
1 changed files with 2 additions and 0 deletions
2
error.go
2
error.go
|
@ -49,6 +49,8 @@ func Join(errs ...error) (result error) {
|
|||
result = err
|
||||
} else {
|
||||
result = fmt.Errorf("%w: %w", result, err)
|
||||
fmt.Println("1: ",result)
|
||||
fmt.Println("2: ",err)
|
||||
}
|
||||
}
|
||||
return result
|
||||
|
|
Loading…
Add table
Reference in a new issue