refactor:将所有运行提示替换为中文
This commit is contained in:
@@ -50,7 +50,7 @@ func Sha1(content string) string {
|
||||
|
||||
func ErrHandler(err error) {
|
||||
if err != nil {
|
||||
fmt.Println("Error occurred")
|
||||
fmt.Println("运行出错,状态异常")
|
||||
if Global.Config.Settings.DemoMode {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user