diff --git a/scripts/lib/bashy-node/node-project/runner-script.txt b/scripts/lib/bashy-node/node-project/runner-script.txt index c147699..1d22e6b 100644 --- a/scripts/lib/bashy-node/node-project/runner-script.txt +++ b/scripts/lib/bashy-node/node-project/runner-script.txt @@ -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}" #}#