Skip to content

Commit

Permalink
Update tools/check_typescript_ci.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Bender <[email protected]>
  • Loading branch information
wusteven815 and mofojed authored Dec 17, 2024
1 parent 167606c commit f751e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_typescript_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():
messages.append(line)

for message in messages:
# Check if the message is actually and extract the details
# Check if the message is actually an error and extract the details
# Error message format: file(line,col): error_message
match = fullmatch(r"(.+?)\((\d+),(\d+)\): ([\s\S]+)", message)
if match is None:
Expand Down

0 comments on commit f751e07

Please sign in to comment.