🐛 fix bug

This commit is contained in:
ValKmjolnir 2023-06-26 19:35:56 +08:00
parent 8a10f07ce7
commit 89f96d407b
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ var isfunc=func(f){
} }
var isghost=func(g){ var isghost=func(g){
return typeof(f)=="obj"; return typeof(g)=="obj";
} }
var ishash=func(h){ var ishash=func(h){