mirror of
https://github.com/rancher/norman.git
synced 2025-06-27 07:48:49 +00:00
Fix bug that doesn't print errors
This commit is contained in:
parent
196df5ed9d
commit
a719648e4b
@ -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...)
|
||||
|
Loading…
Reference in New Issue
Block a user