fix operation translation taking ages

This commit is contained in:
2023-06-18 01:20:21 +01:00
parent 63d7616053
commit 14ae68b9d1
24 changed files with 576 additions and 441 deletions

View File

@@ -196,7 +196,8 @@ func Map(m anymap) ArObject {
}
val, err := runOperation(operationType{
operation: 9,
values: []any{v, a[k]},
value1: v,
value2: a[k],
}, stack{}, 0)
if err.EXISTS {
return val, err