This commit is contained in:
1-6
2023-07-30 18:00:03 +08:00
parent c975996023
commit 10252911b6
+1
View File
@@ -217,6 +217,7 @@ func Init() {
} else {
console.Debug("正在删除旧程序错误...")
if err = os.RemoveAll(filename); err != nil {
plugins.Set2(key, "")
console.Error("删除旧程序错误:%v", err)
return &storage.Final{
Error: fmt.Errorf("删除旧程序错误:%v", err),