mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-12 23:21:23 +08:00
This commit is contained in:
parent
07ec318356
commit
00e99b23b7
@ -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…
Reference in New Issue
Block a user