Actions
Bug #787
closedList Bank is no longer working. (Transpiles incorrectly.)
Start date:
06/23/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
This used to work in both manifests.
Now it transpiles incorrectly.
List Bank
Transpiles as:
aoz.banks.listBank(%bankIndex);
Which causes it to fail with: Unexpected token %
It probably should transpile as:
aoz.banks.listBank();
(It works that way, but the output is formatted improperly.)
Actions