We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6085280 commit dd50b91Copy full SHA for dd50b91
lib/internal/streams/from.js
@@ -25,7 +25,7 @@ function from(Readable, iterable, opts) {
25
});
26
}
27
28
- let isAsync = false;
+ let isAsync;
29
if (iterable && iterable[SymbolAsyncIterator]) {
30
isAsync = true;
31
iterator = iterable[SymbolAsyncIterator]();
0 commit comments