From d2121928a09929eede6894c8eb5027f6c680b45c Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Fri, 10 May 2024 08:54:17 -0700 Subject: [PATCH] Fix error report. --- scripts/lib/bashy-node/node-project/runner-script.txt | 1 + 1 file changed, 1 insertion(+) 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}" #}#