From 4773700a6e99e31f680a3116d6372a94f5fc9b7a Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sat, 27 Apr 2024 13:31:13 +0800 Subject: [PATCH] :bug: https://github.com/siyuan-note/siyuan/issues/11149 --- kernel/model/tree.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/model/tree.go b/kernel/model/tree.go index 65e180ab4..7e6c97a81 100644 --- a/kernel/model/tree.go +++ b/kernel/model/tree.go @@ -245,6 +245,7 @@ func searchTreeInFilesystem(rootID string) { treePath = strings.TrimPrefix(treePath, boxID) treePath = filepath.ToSlash(treePath) if nil == Conf.Box(boxID) { + logging.LogInfof("box [%s] not found", boxID) // 如果笔记本不存在或者已经关闭,则不处理 https://github.com/siyuan-note/siyuan/issues/11149 return }