From 04e7a931f36d501ac77eefbc755bf743280b209f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 28 Aug 2022 00:31:09 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=A7=BB=E9=99=A4=E6=97=A7=E7=89=88?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=A2=9E=E9=87=8F=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/conf.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/model/conf.go b/kernel/model/conf.go index 07e695006..809eee939 100644 --- a/kernel/model/conf.go +++ b/kernel/model/conf.go @@ -543,7 +543,6 @@ func clearWorkspaceTemp() { os.RemoveAll(filepath.Join(util.TempDir, "import")) os.RemoveAll(filepath.Join(util.TempDir, "repo")) os.RemoveAll(filepath.Join(util.TempDir, "os")) - os.RemoveAll(filepath.Join(util.WorkspaceDir, "incremental")) // `工作空间/incremental/` 文件夹移动到 `工作空间/temp/incremental/` https://github.com/siyuan-note/siyuan/issues/5119 tmps, err := filepath.Glob(filepath.Join(util.TempDir, "*.tmp")) if nil != err {