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: Rename _next_ reference to _nextResult_ #45

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

js-choi
Copy link
Collaborator

@js-choi js-choi commented Dec 24, 2023

Finish #44’s change, which fixes #33.
#44 renamed next to nextResult but one reference was left unchanged. Spotted by @trflynn89.

Finish #44’s change, which fixes #33.

Co-Authored-By: Kevin Gibbons <[email protected]>
#44 renamed _next_ to _nextResult_ but one reference was left unchanged. Spotted by @trflynn89.
@js-choi js-choi added the bug Something isn't working label Dec 24, 2023
@js-choi js-choi merged commit 73ca045 into main Dec 27, 2023
@js-choi js-choi deleted the replace-iterator-step branch December 27, 2023 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spec Issue: IteratorStep returns a promise for async iterators, leading to an infinite loop
2 participants