mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
893ab41749
commit
0048f5b857
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ func GetBackmentionDoc(defID, keyword string) (ret []*Backlink) {
|
||||||
var loadErr error
|
var loadErr error
|
||||||
refTree, loadErr = loadTreeByBlockID(mention.ID)
|
refTree, loadErr = loadTreeByBlockID(mention.ID)
|
||||||
if nil != loadErr {
|
if nil != loadErr {
|
||||||
logging.LogErrorf("load ref tree [%s] failed: %s", mention.ID, loadErr)
|
logging.LogWarnf("load ref tree [%s] failed: %s", mention.ID, loadErr)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
treeCache[mention.RootID] = refTree
|
treeCache[mention.RootID] = refTree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue