| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a41e3eb commit 70c41a8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,11 +38,11 @@ function from(Readable, iterable, opts) { | |||
| 38 | 38 | ...opts | |
| 39 | 39 | }); | |
| 40 | 40 | ||
| 41 | - // Reading boolean to protect against _read | ||
| 41 | + // Flag to protect against _read | ||
| 42 | 42 | // being called before last iteration completion. | |
| 43 | 43 | let reading = false; | |
| 44 | 44 | ||
| 45 | - // needToClose boolean if iterator needs to be explicitly closed | ||
| 45 | + // Flag for when iterator needs to be explicitly closed. | ||
| 46 | 46 | let needToClose = false; | |
| 47 | 47 | ||
| 48 | 48 | readable._read = function() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments