We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f946bcd commit d82cebeCopy full SHA for d82cebe
pkg/goanalysis/runner_checker.go
@@ -90,7 +90,7 @@ func (act *action) analyze() {
90
// Report an error if any dependency failures.
91
var depErrors error
92
for _, dep := range act.Deps {
93
- if dep.Err != nil && errors.Unwrap(dep.Err) != nil {
+ if dep.Err != nil {
94
depErrors = errors.Join(depErrors, errors.Unwrap(dep.Err))
95
}
96
0 commit comments