diff --git a/bin/run.sh b/bin/run.sh index 59da95a..517047a 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -166,7 +166,7 @@ build_report() { local error_message="" for ((j = i + 1; j < ${#output[@]}; j++)); do - if [[ ${output[$j]} =~ ^#\ (.*)$ ]]; then + if [[ ${output[$j]} =~ ^#\ ?(.*)$ ]]; then error_message+="${BASH_REMATCH[1]}"$'\n' else break