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 00a970e commit ce8719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eslint.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_eslint():
result = subprocess.run(
command,
text=True,
check=False,
check=True,
capture_output=True
)

Expand Down

0 comments on commit ce8719f

Please sign in to comment.