This commit is contained in:
1-6
2023-08-09 13:57:40 +08:00
parent 4463bea240
commit 9ecd7771b0
2 changed files with 21 additions and 35 deletions
+4 -1
View File
@@ -88,7 +88,10 @@ func initLanguage() {
}
defer os.Remove(zipfile)
err = unzip(zipfile, 0777, false)
fmt.Println(err, 4)
if err != nil {
fmt.Println(err, 4)
return
}
}()
}
}