Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa04f06

Browse filesBrowse files
SeokhunEomaduh95
authored andcommitted
lib: fix typo in createBlobReaderStream
Corrects the misspelling of "proecss" to "process". PR-URL: #60132 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent bc00aa4 commit aa04f06
Copy full SHA for aa04f06

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/internal/blob.js‎

Copy file name to clipboardExpand all lines: lib/internal/blob.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ function createBlobReaderStream(reader) {
478478
// We keep reading until we either reach EOS, some error, or we
479479
// hit the flow rate of the stream (c.desiredSize).
480480
// 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
482482
// queueMicrotask won't allow the event loop to turn.
483483
setImmediate(() => {
484484
if (c.desiredSize < 0) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.