mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
fd01ab84e2
commit
893ab41749
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ func GetBacklinkDoc(defID, refTreeID string) (ret []*Backlink) {
|
||||||
linkRefs, _ := buildLinkRefs(rootID, refs)
|
linkRefs, _ := buildLinkRefs(rootID, refs)
|
||||||
refTree, err := loadTreeByBlockID(refTreeID)
|
refTree, err := loadTreeByBlockID(refTreeID)
|
||||||
if nil != err {
|
if nil != err {
|
||||||
logging.LogErrorf("load ref tree [%s] failed: %s", refTreeID, err)
|
logging.LogWarnf("load ref tree [%s] failed: %s", refTreeID, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue