| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 64cf00b commit 72bbd5c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ let state = 0; | |||
| 7 | 7 | ||
| 8 | 8 | /* | |
| 9 | 9 | What you do | |
| 10 | - var stream = new stream.Transform({ | ||
| 10 | + const stream = new stream.Transform({ | ||
| 11 | 11 | transform: function transformCallback(chunk, _, next) { | |
| 12 | 12 | // part 1 | |
| 13 | 13 | this.push(chunk); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ let state = 0; | |||
| 7 | 7 | ||
| 8 | 8 | /* | |
| 9 | 9 | What you do | |
| 10 | - var stream = new stream.Transform({ | ||
| 10 | + const stream = new stream.Transform({ | ||
| 11 | 11 | transform: function transformCallback(chunk, _, next) { | |
| 12 | 12 | // part 1 | |
| 13 | 13 | this.push(chunk); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments