This commit is contained in:
parent
14e26a7ea8
commit
b337ba71b1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ function action_packages()
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if j.Package > v.Package then
|
if j.Package and v.Package and j.Package > v.Package then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue