From 10252911b6680bd70abe16388081ec8420070d71 Mon Sep 17 00:00:00 2001 From: 1-6 Date: Sun, 30 Jul 2023 18:00:03 +0800 Subject: [PATCH] x --- core/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/init.go b/core/init.go index 9cd667a..6a3ef62 100644 --- a/core/init.go +++ b/core/init.go @@ -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),