We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13caf8b commit 863c7deCopy full SHA for 863c7de
1 file changed
internal/node/launcher.sh
@@ -191,9 +191,9 @@ for ARG in "${ALL_ARGS[@]:-}"; do
191
case "$ARG" in
192
--bazel_node_modules_manifest=*) MODULES_MANIFEST="${ARG#--bazel_node_modules_manifest=}" ;;
193
--nobazel_patch_module_resolver)
194
- declare MAIN=$(rlocation "TEMPLATED_entry_point_manifest_path")
+ declare MAIN="TEMPLATED_entry_point_execroot_path"
195
if [[ ! -f "$MAIN" ]]; then
196
- MAIN="TEMPLATED_entry_point_execroot_path"
+ MAIN=$(rlocation "TEMPLATED_entry_point_manifest_path")
197
fi
198
LAUNCHER_NODE_OPTIONS=( "--require" "$node_patches_script" )
199
0 commit comments