mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Fixed out-of-range in Number Menu
This commit is contained in:
parent
55bb41996a
commit
47a061315e
1 changed files with 5 additions and 2 deletions
|
@ -121,7 +121,10 @@ func main() {
|
|||
err = yay.SyncInfo(pkgs, options)
|
||||
case "yogurt":
|
||||
util.SearchVerbosity = util.NumberMenu
|
||||
|
||||
if pkgs != nil {
|
||||
err = yay.NumberMenu(pkgs, options)
|
||||
}
|
||||
default:
|
||||
err = yay.PassToPacman(op, pkgs, options)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue