This commit is contained in:
xing 2023-10-24 16:07:48 +08:00
parent acbcbf455f
commit 78f5157efe

View File

@ -49,7 +49,7 @@ func FlushAnyVal(namespaces ...string) {
for _, namespace := range namespaces { for _, namespace := range namespaces {
fn, ok := callsM.Load(namespace) fn, ok := callsM.Load(namespace)
if !ok { if !ok {
return continue
} }
fn() fn()
} }