Merge branch 'v2.3.0release' into del

This commit is contained in:
wangchuxiao
2022-08-16 12:17:07 +08:00
13 changed files with 292 additions and 57 deletions
+1 -2
View File
@@ -535,7 +535,7 @@ func init() {
if err != nil {
bytes, err = ioutil.ReadFile(filepath.Join(Root, "config", "config.yaml"))
if err != nil {
panic(err.Error())
panic(err.Error() + " config: " + filepath.Join(cfgName, "config", "config.yaml"))
}
} else {
Root = cfgName
@@ -552,5 +552,4 @@ func init() {
panic(err.Error())
}
}
}