We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something similar to how tick() works in some other implementations.
tick()
bar.increment(1, { myToken : "slicing foo"}); // OR bar.tick({ myToken : "slicing foo"});
|====---------| 111/186 slicing foo |====---------| 112/186 dicing bar
The text was updated successfully, but these errors were encountered:
added payload argument to increment() function #18
c5315f7
no problem ;) please try the latest release (master branch)
Sorry, something went wrong.
Works like a charm. Thanks :)
No branches or pull requests
Something similar to how
tick()
works in some other implementations.The text was updated successfully, but these errors were encountered: