| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fe91c0f commit 0ecbb80
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -478,7 +478,7 @@ function createBlobReaderStream(reader) { | |||
| 478 | 478 | // We keep reading until we either reach EOS, some error, or we | |
| 479 | 479 | // hit the flow rate of the stream (c.desiredSize). | |
| 480 | 480 | // We use set immediate here because we have to allow the event | |
| 481 | - // loop to turn in order to proecss any pending i/o. Using | ||
| 481 | + // loop to turn in order to process any pending i/o. Using | ||
| 482 | 482 | // queueMicrotask won't allow the event loop to turn. | |
| 483 | 483 | setImmediate(() => { | |
| 484 | 484 | if (c.desiredSize < 0) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments