mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
🐛 fix bug
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ var isfunc=func(f){
|
||||
}
|
||||
|
||||
var isghost=func(g){
|
||||
return typeof(f)=="obj";
|
||||
return typeof(g)=="obj";
|
||||
}
|
||||
|
||||
var ishash=func(h){
|
||||
|
||||
Reference in New Issue
Block a user