🎨 Improve clear workspace

This commit is contained in:
Daniel 2025-03-21 09:13:36 +08:00
parent e6e120489a
commit 8495038694
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1001,6 +1001,7 @@ 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.TempDir, "base64"))
os.RemoveAll(filepath.Join(util.TempDir, "blocktree.msgpack")) // v2.7.2 前旧版的块树数据
os.RemoveAll(filepath.Join(util.TempDir, "blocktree")) // v3.1.0 前旧版的块树数据