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 387b96c commit 1d41f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/webstreams/adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +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 1d41f72

Please sign in to comment.