Skip to content

Commit 20f8a21

Browse files
authored
Update lib/internal/streams/readable.js
1 parent 65d6915 commit 20f8a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/streams/readable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ async function* createAsyncIterator(stream, options) {
11041104
let error;
11051105
eos(stream, { writable: false }, (err) => {
11061106
error = err || null;
1107-
callback.call(stream);
1107+
callback();
11081108
callback = nop;
11091109
});
11101110

0 commit comments

Comments
 (0)