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
Recently (bisect tell me this is the first bad commit 30a0163), when I build a JS project such as hide for the second time and above (with --connect), it fail with Invalid_argument("index out of bounds").
This complicates development with VSCode.
The text was updated successfully, but these errors were encountered:
The issue is fixed for hide, but not for https://github.com/vshaxe/hashlink-debugger (Build with OCAMLRUMPARAM=b haxe.exe --connect 127.0.0.1:6000 build.hxml)
Same error, no additional print with OCAMLRUMPARAM=b, same bad commit. @kLabz Could you please check?
Recently (bisect tell me this is the first bad commit 30a0163), when I build a JS project such as hide for the second time and above (with
--connect
), it fail withInvalid_argument("index out of bounds")
.This complicates development with VSCode.
The text was updated successfully, but these errors were encountered: