mirror of
https://github.com/Jguer/yay.git
synced 2025-10-04 00:03:11 -04:00
Add missing err check
This commit is contained in:
parent
f1fd4a1203
commit
f018c0c200
@ -314,6 +314,11 @@ func checkForAllConflicts(dc *depCatagories) error {
|
||||
}()
|
||||
|
||||
wg.Wait()
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if len(innerConflicts) != 0 {
|
||||
fmt.Println(
|
||||
red("\nInner conflicts found:"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user