graphql-js
9b3d5b69
- fix(mapAsyncIterable): always close source when mapped iterable is thrown (#4494)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
57 days ago
fix(mapAsyncIterable): always close source when mapped iterable is thrown (#4494) Even when the underlying source does not implement a `.throw()` method. Bug fix, but very low impact as `.throw()` should never need be used with our generator.
References
#4494 - fix(mapAsyncIterable): always close source when mapped iterable is thrown
Author
yaacovCR
Parents
76931eee
Loading