Skip to content

Commit

Permalink
fix: try to fix github actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Apr 5, 2024
1 parent 01a4a87 commit 24b45ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/operations/as.js
Expand Up @@ -51,11 +51,10 @@ export const asAsync = iterable => {
// eslint-disable-next-line no-unmodified-loop-condition
while (!done) {
if (!buffer.length) {
await nonEmptyBufferDeferred._promise
if (deferredError) {
throw deferredError
}

await nonEmptyBufferDeferred._promise
continue
}

Expand Down

0 comments on commit 24b45ab

Please sign in to comment.