x
This commit is contained in:
@@ -217,6 +217,7 @@ func Init() {
|
|||||||
} else {
|
} else {
|
||||||
console.Debug("正在删除旧程序错误...")
|
console.Debug("正在删除旧程序错误...")
|
||||||
if err = os.RemoveAll(filename); err != nil {
|
if err = os.RemoveAll(filename); err != nil {
|
||||||
|
plugins.Set2(key, "")
|
||||||
console.Error("删除旧程序错误:%v", err)
|
console.Error("删除旧程序错误:%v", err)
|
||||||
return &storage.Final{
|
return &storage.Final{
|
||||||
Error: fmt.Errorf("删除旧程序错误:%v", err),
|
Error: fmt.Errorf("删除旧程序错误:%v", err),
|
||||||
|
|||||||
Reference in New Issue
Block a user