This commit is contained in:
cdle
2023-06-06 20:17:18 +08:00
parent e9a82789d8
commit 72bcf59b7b
+1 -1
View File
@@ -450,7 +450,7 @@ func initPlugin(data string, uuid string) (*common.Function, error) {
err := recover()
if err != nil {
console.Error("脚本错误:", err)
s.Reply(fmt.Sprint(err))
// s.Reply(fmt.Sprint(err))
}
}()
if err2 != nil {