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 0ed307e commit 7c9b4d6Copy full SHA for 7c9b4d6
1 file changed
common/exceptions/multi.go
@@ -23,6 +23,7 @@ func (e *multiError) Unwrap() []error {
23
func Errors(errors ...error) error {
24
errors = common.FilterNotNil(errors)
25
errors = ExpandAll(errors)
26
+ errors = common.FilterNotNil(errors)
27
errors = common.UniqBy(errors, error.Error)
28
switch len(errors) {
29
case 0:
0 commit comments