🎨 改进 BlockTree 持久化

This commit is contained in:
Liang Ding 2022-11-22 21:11:44 +08:00
parent 20bc84c542
commit 8e259c100a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 8 additions and 4 deletions

View file

@ -429,6 +429,7 @@ func Close(force bool, execInstallPkg int) (exitCode int) {
Conf.Close()
sql.CloseDatabase()
treenode.SaveBlockTree()
clearWorkspaceTemp()
clearPortJSON()