lib/errors: don't panic on uncomparable errors #3123
Same fix as c5775cf73d
This commit is contained in:
@@ -62,7 +62,7 @@ func Walk(err error, f WalkFunc) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if err == prev {
|
||||
if reflect.DeepEqual(err, prev) {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user