From c697030ec4d8a24a096999672f20e8746f42e3e1 Mon Sep 17 00:00:00 2001 From: EncodedVenom Date: Sat, 19 Oct 2024 19:53:43 -0400 Subject: [PATCH] debug --- scripts/gh-warn-luau-analyze.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gh-warn-luau-analyze.sh b/scripts/gh-warn-luau-analyze.sh index 9fa07e3..b2afd74 100644 --- a/scripts/gh-warn-luau-analyze.sh +++ b/scripts/gh-warn-luau-analyze.sh @@ -1,6 +1,8 @@ # Parse the output and generate GitHub Actions warnings while IFS="" read -r line || [ -n "$line" ]; do + echo "$line" + # Check if the line contains the error format if [[ "$line" == *"TypeError:"* ]]; then # Extract the file name and line number using string manipulation