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
If you pass @npm//c8 to a jasmine_node_test it wont be able to find c8 in the lcov_merger.js script.
Modifying launcher.sh:365 to be "${node}" "${LAUNCHER_NODE_OPTIONS[@]}" "${lcov_merger_script}" fixed this issue - which is passing in the LAUNCHER_NODE_OPTIONS which includes the current require patch script
The text was updated successfully, but these errors were encountered:
If you pass
@npm//c8
to ajasmine_node_test
it wont be able to findc8
in thelcov_merger.js
script.Modifying
launcher.sh:365
to be"${node}" "${LAUNCHER_NODE_OPTIONS[@]}" "${lcov_merger_script}"
fixed this issue - which is passing in theLAUNCHER_NODE_OPTIONS
which includes the current require patch scriptThe text was updated successfully, but these errors were encountered: