This commit is contained in:
parent
07ec318356
commit
00e99b23b7
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ func matchPackage(keywords []string, pkg *bazaar.Package) bool {
|
|||
return true
|
||||
}
|
||||
|
||||
if nil == pkg {
|
||||
if nil == pkg || nil == pkg.DisplayName || nil == pkg.Description {
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue