Skip to content

Commit

Permalink
stream: format
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Oct 25, 2023
1 parent 65f8b28 commit e5352d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/streams/from.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function from(Readable, iterable, opts) {
// There are a lot of duplication here, it's done on purpose for performance
// reasons - avoid await when not needed.

function nextSyncWithSyncValues() {
function nextSyncWithSyncValues() {
for (;;) {
try {
const { value, done } = iterator.next();
Expand Down

0 comments on commit e5352d6

Please sign in to comment.