Skip to content

Commit abbc06b

Browse files
tniessenruyadorno
authored andcommitted
test: fix typo in MessageChannel test
PR-URL: #41746 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 94645d8 commit abbc06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-worker-message-port-infinite-message-loop.js

+1-1
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)