You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With current state of this branch https://github.com/genievot/zk-ae-private-transactions/tree/errors_tracking When I try to run aeproject test it doesn't work as expected and gives an error message. It seems that it is some random issue with regexp (sometimes work [when executed rgxIncludePath.exec(rootInclude) twice] sometimes doesn't) in aeproject/src/lib/util.js line 30 (When checking for paths etc.). It occurs when including more than 1 library file.
Describe the bug
With current state of this branch https://github.com/genievot/zk-ae-private-transactions/tree/errors_tracking When I try to run
aeproject test
it doesn't work as expected and gives an error message. It seems that it is some random issue with regexp (sometimes work [when executedrgxIncludePath.exec(rootInclude)
twice] sometimes doesn't) in aeproject/src/lib/util.js line 30 (When checking for paths etc.). It occurs when including more than 1 library file.To Reproduce
Steps to reproduce the behavior:
aeproject test
& see the error.Expected behavior
It should work fine without running it like this
Which works but removing console wrapper doesn't
Screenshots
the
1
is here:As when loading second library it just fills it as
null
, In our case it is withinclude "List.aes"
.Aeproject information (please complete the following information):
The text was updated successfully, but these errors were encountered: