mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
parent
53a816b17a
commit
026b87e39b
@ -75,6 +75,9 @@ func unwrapErrs(err error) (leafErr error) {
|
||||
break
|
||||
}
|
||||
}
|
||||
if uerr == nil {
|
||||
leafErr = err
|
||||
}
|
||||
return leafErr
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user