Skip to content

Commit

Permalink
stream: format
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ committed Jul 21, 2023
1 parent 16737b3 commit 387b96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/webstreams/adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ function newReadableStreamFromStreamReadable(streamReadable, options = kEmptyObj
return controller.error(error);
controller.close();
});

streamReadable.on('data', onData);

return new ReadableStream({
Expand Down

0 comments on commit 387b96c

Please sign in to comment.