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 acea61b

Browse filesBrowse files
tniessendanielleadams
authored andcommitted
test: fix typo in MessageChannel test
PR-URL: #41746 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 081989b commit acea61b
Copy full SHA for acea61b

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-worker-message-port-infinite-message-loop.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-worker-message-port-infinite-message-loop.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { MessageChannel } = require('worker_threads');
66

77
// Make sure that an infinite asynchronous .on('message')/postMessage loop
88
// does not lead to a stack overflow and does not starve the event loop.
9-
// We schedule timeouts both from before the the .on('message') handler and
9+
// We schedule timeouts both from before the .on('message') handler and
1010
// inside of it, which both should run.
1111

1212
const { port1, port2 } = new MessageChannel();

0 commit comments

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