This commit is contained in:
meixiongfeng 2022-08-11 18:11:44 +08:00
parent 80a8fb20c5
commit da4f77d8e9

View File

@ -192,6 +192,7 @@ func (this *Configure) checkConfigure() {
return return
} }
for _, v := range handle.events { for _, v := range handle.events {
if v != nil {
v() v()
} }
} }
@ -199,3 +200,4 @@ func (this *Configure) checkConfigure() {
} }
} }
} }
}