mirror of
https://github.com/rancher/norman.git
synced 2025-09-01 15:18:20 +00:00
Change NewErrors signature
This commit is contained in:
@@ -215,7 +215,7 @@ func (g *genericController) syncHandler(s string) (err error) {
|
||||
})
|
||||
}
|
||||
}
|
||||
err = types.NewErrors(errs)
|
||||
err = types.NewErrors(errs...)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user