mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
debug
This commit is contained in:
parent
fefbd19b38
commit
c697030ec4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue