Skip to content

Commit

Permalink
fix: test code
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Dec 7, 2024
1 parent cb5140c commit 3c7e8ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/eslint.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def run_eslint():
print(f"ESLint failed with exit code {result.returncode}")
print(result.stderr) # Log errors reported by ESLint


print(result.stdout)
last_line = result.stdout.strip().splitlines()[-1] if result.stdout.strip().splitlines() else ""
regex = r'^\d+'
Expand Down

0 comments on commit 3c7e8ba

Please sign in to comment.