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 55adcb7

Browse filesBrowse files
tniessenBethGriggs
authored andcommitted
test: fix typo in test-stream-toArray
Refs: #41553 PR-URL: #41634 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 89c3273 commit 55adcb7
Copy full SHA for 55adcb7

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

‎test/parallel/test-stream-toArray.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-stream-toArray.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const assert = require('assert');
6767
}, {
6868
name: 'AbortError',
6969
}).then(common.mustCall(() => {
70-
// Only stops toArray, does not destory the stream
70+
// Only stops toArray, does not destroy the stream
7171
assert(stream.destroyed, false);
7272
}));
7373
ac.abort();

0 commit comments

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