update
This commit is contained in:
+2
-2
@@ -15,9 +15,9 @@ import (
|
||||
type JsReply string
|
||||
|
||||
func init() {
|
||||
files, err := ioutil.ReadDir(ExecPath + "/develop")
|
||||
files, err := ioutil.ReadDir(ExecPath + "/develop/replies")
|
||||
if err != nil {
|
||||
logs.Warn("打开文件夹%s错误,%v", ExecPath+"/develop", err)
|
||||
logs.Warn("打开文件夹%s错误,%v", ExecPath+"/develop/replies", err)
|
||||
return
|
||||
}
|
||||
for _, v := range files {
|
||||
|
||||
Reference in New Issue
Block a user