-
Notifications
You must be signed in to change notification settings - Fork 190
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
Returning multiple parameters in a callback that has been grouped #58
Comments
I modified the library to function closer to how I believe it should behave, succeeds on all tests. Added a new test to test new funcitonality. I have a test like this to show the old results and the new results
old results
new results
|
Sorry for the slow response. I've seen this, but don't have time to review it properly. Ping me again if I don't get to it. |
I forgot as well, but since I just ran into this issue again, I guess this is my reminder. |
Sorry, still crazy busy. I looked at this code in years, so honestly, I'm not sure how much I can help. Could you send this as a PR please. I don't see any reason to not add the change as long as it's not a breaking change. (Extra arguments in the callback shouldn't hurt anyone) |
PR was done awhile ago. |
I have this code on node v6.3.1 with step 1.0.0
I get the following output
So one calls do this which successfully callbacks with 0 and '0' but then I put it into a loop and use this.group() and it can no longer return the second parameter.
the expected output would be
The text was updated successfully, but these errors were encountered: