This commit is contained in:
cdle
2021-10-11 18:27:10 +08:00
parent 39fca4e1ab
commit 6c6263bea8
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ func initSys() {
old := b.Get(s.Get(1))
b.Set(s.Get(1), s.Get(2))
go func() {
s.Await(func(_ string, e error) interface{} {
s.Await(s, func(_ string, e error) interface{} {
if e != nil {
return nil
}