mirror of
https://github.com/Jguer/yay.git
synced 2025-10-09 00:07:14 -04:00
Fix formatting of error message that occurs on AUR errors (#2154)
fix: fix formatting of error message that occurs on AUR errors
This commit is contained in:
parent
4dfee1f82f
commit
490ebe4f7f
@ -373,7 +373,7 @@ func (g *Grapher) GraphFromAUR(ctx context.Context,
|
|||||||
var errA error
|
var errA error
|
||||||
aurPkgs, errA = g.aurClient.Get(ctx, &aurc.Query{By: aurc.Provides, Needles: []string{target}, Contains: true})
|
aurPkgs, errA = g.aurClient.Get(ctx, &aurc.Query{By: aurc.Provides, Needles: []string{target}, Contains: true})
|
||||||
if errA != nil {
|
if errA != nil {
|
||||||
g.logger.Errorln(gotext.Get("Failed to find AUR package for"), target, ":", errA)
|
g.logger.Errorln(gotext.Get("Failed to find AUR package for"), " ", target, ":", errA)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user