Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Remove any error handling that may produce console.log statements #12

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

Matte22
Copy link
Collaborator

@Matte22 Matte22 commented Feb 21, 2024

resolves: #11

The reviewsFromCKL fucntion will now never log to the console when catching errors. The new behavior will attach an 'error' array to type 'ParsedChecklist' containing error messages regarding the parsed checklist data, rather than logging to console.

@csmig csmig merged commit 747c040 into main Feb 22, 2024
1 check passed
@csmig csmig deleted the ckl-errors-array branch February 27, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReviewParser should return an array of error messages instead of logging to console
2 participants