This commit is contained in:
cdle
2021-10-11 20:21:26 +08:00
parent 0594da99b4
commit 7b34d7731a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -171,6 +171,7 @@ func init123() {
timeout, _ := timeoutV.ToInteger()
pattern, _ := patternV.ToString()
s.Await(s, func(s1 string, s2 Sender, e error) interface{} {
s.Reply("-----")
if e != nil {
return nil
}
+1 -1
View File
@@ -185,7 +185,7 @@ func initSys() {
}
v := b.Get(s.Get(1))
if v == "" {
return errors.New("值")
return errors.New("值")
}
return v
},