| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -281,7 +281,7 @@ has been called, and all data has been flushed to the underlying system. | |||
| 281 | 281 | ```js | |
| 282 | 282 | const writer = getWritableStreamSomehow(); | |
| 283 | 283 | for (var i = 0; i < 100; i ++) { | |
| 284 | - writer.write('hello, #${i}!\n'); | ||
| 284 | + writer.write(`hello, #${i}!\n`); | ||
| 285 | 285 | } | |
| 286 | 286 | writer.end('This is the end\n'); | |
| 287 | 287 | writer.on('finish', () => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments