🐛 fix bug

This commit is contained in:
ValKmjolnir
2023-06-26 19:35:56 +08:00
parent 8a10f07ce7
commit 89f96d407b

View File

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