| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 08b3bd2 commit aebd82e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1358,7 +1358,7 @@ function readableStreamPipeTo( | |||
| 1358 | 1358 | ||
| 1359 | 1359 | async function run() { | |
| 1360 | 1360 | // Run until step resolves as true | |
| 1361 | - while (!await step()) {} | ||
| 1361 | + while (!await step()); | ||
| 1362 | 1362 | } | |
| 1363 | 1363 | ||
| 1364 | 1364 | if (signal !== undefined) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments