mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 17:06:07 +00:00
update how powers work
This commit is contained in:
@@ -84,7 +84,7 @@ func runCall(c call, stack stack, stacklevel int) (any, ArErr) {
|
||||
c.line,
|
||||
c.code,
|
||||
c.path,
|
||||
}, stack, stacklevel)
|
||||
}, stack, stacklevel+1)
|
||||
if !err.EXISTS {
|
||||
callable = callable_
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user