This commit is contained in:
cdle
2021-09-29 12:21:54 +08:00
parent 72cf7a22fd
commit 78ba97d30c
+2 -2
View File
@@ -15,9 +15,9 @@ import (
type JsReply string type JsReply string
func init() { func init() {
files, err := ioutil.ReadDir(ExecPath + "/develop") files, err := ioutil.ReadDir(ExecPath + "/develop/replies")
if err != nil { if err != nil {
logs.Warn("打开文件夹%s错误,%v", ExecPath+"/develop", err) logs.Warn("打开文件夹%s错误,%v", ExecPath+"/develop/replies", err)
return return
} }
for _, v := range files { for _, v := range files {