update
This commit is contained in:
+2
-2
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user