-
Couldn't load subscription status.
- Fork 1.3k
Clamp remove value to 0 #15
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
Conversation
If the message array length equals 0, the second slice param becomes -1 which refills the messages array up to the first index.
Codecov Report
Merging #15 into master will not change coverage.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #15 +/- ## ======================================= Coverage 57.37% 57.37% ======================================= Files 13 13 Lines 244 244 Branches 13 13 ======================================= Hits 140 140 Misses 99 99 Partials 5 5
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 41146ca...fd8acfc. Read the comment docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thank you!
@all-contributors please add @JonathanBruce for code
I've put up a pull request to add @JonathanBruce! 🎉
If the message array length equals 0, the second slice param becomes -1 which refills the messages array up to the first index.