Skip to content

Commit

Permalink
Fix error report.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed May 10, 2024
1 parent d1daf06 commit d212192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib/bashy-node/node-project/runner-script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ if (( ${#RUNNER_NODE_VERSIONS[@]} == 0 )); then
else
versionStr="$(tr <<<"${RUNNER_NODE_VERSIONS[*]}" ' ' '|')"
regex="^(${versionStr})\."
desc="${RUNNER_NODE_VERSIONS[*]}"
fi
printf $' %q \\\n' "${regex}" "${desc}"
#}#
Expand Down

0 comments on commit d212192

Please sign in to comment.