mirror of
https://github.com/rancher/norman.git
synced 2025-08-31 23:02:01 +00:00
Fix bug that doesn't print errors
This commit is contained in:
@@ -304,7 +304,7 @@ func filterConflictsError(err error) error {
|
||||
var newErrors []error
|
||||
for _, err := range errs.Errors {
|
||||
if !ignoreError(err, true) {
|
||||
newErrors = append(newErrors)
|
||||
newErrors = append(newErrors, err)
|
||||
}
|
||||
}
|
||||
return types.NewErrors(newErrors...)
|
||||
|
Reference in New Issue
Block a user