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
ABR Relies on the --expose-gc option in the shebang definition in its cli entry point. This does not work on Linus. A similar issue occurred and was solved when the --harmony flag was in use. A similar solution can probably be used, which was wrapping the cli in a shell script.
ABR Relies on the
--expose-gc
option in the shebang definition in its cli entry point. This does not work on Linus. A similar issue occurred and was solved when the--harmony
flag was in use. A similar solution can probably be used, which was wrapping the cli in a shell script.See node-harmony-wrapper
The text was updated successfully, but these errors were encountered: