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 single arg null consumer #176

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

tempusfrangit
Copy link
Member

Fix the single arg null consumer to not need two arguments to avoid a panic. This was an oversight where the requireArgs was addressed but not the explicit args[1] slice lookup.

Fix the single arg null consumer to not need two arguments to avoid a
panic. This was an oversight where the requireArgs was addressed but not
the explicit args[1] slice lookup.
@tempusfrangit tempusfrangit merged commit 0a38633 into main Mar 5, 2024
5 checks passed
@tempusfrangit tempusfrangit deleted the null-consumer-single-arg-fix branch March 5, 2024 23:17
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.

1 participant