Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: work around bug in node that makes writable test fail
Exiting an async iterator in a pipline early causes a `ERR_STREAM_PREMATURE_CLOSE` to be thrown. This should be fixed in a future node release: nodejs/node#23890
- Loading branch information