mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
This commit is contained in:
parent
0312e968a1
commit
4773700a6e
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ func searchTreeInFilesystem(rootID string) {
|
||||||
treePath = strings.TrimPrefix(treePath, boxID)
|
treePath = strings.TrimPrefix(treePath, boxID)
|
||||||
treePath = filepath.ToSlash(treePath)
|
treePath = filepath.ToSlash(treePath)
|
||||||
if nil == Conf.Box(boxID) {
|
if nil == Conf.Box(boxID) {
|
||||||
|
logging.LogInfof("box [%s] not found", boxID)
|
||||||
// 如果笔记本不存在或者已经关闭,则不处理 https://github.com/siyuan-note/siyuan/issues/11149
|
// 如果笔记本不存在或者已经关闭,则不处理 https://github.com/siyuan-note/siyuan/issues/11149
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue