| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6085280 commit dd50b91
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ function from(Readable, iterable, opts) { | |||
| 25 | 25 | }); | |
| 26 | 26 | } | |
| 27 | 27 | ||
| 28 | - let isAsync = false; | ||
| 28 | + let isAsync; | ||
| 29 | 29 | if (iterable && iterable[SymbolAsyncIterator]) { | |
| 30 | 30 | isAsync = true; | |
| 31 | 31 | iterator = iterable[SymbolAsyncIterator](); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments