mirror of
https://github.com/Jguer/yay.git
synced 2025-10-04 00:03:11 -04:00
commit
3d7870903b
@ -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