We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0427e62 commit 5a33f4fCopy full SHA for 5a33f4f
test/parallel/test-stream-pipe-unpipe-streams.js
@@ -64,7 +64,7 @@ assert.strictEqual(source._readableState.pipes.length, 0);
64
'listener which is `unpipeChecker`'
65
);
66
dest.removeListener('unpipe', unpipeChecker);
67
- for (let eventName of destCheckEventNames) {
+ for (const eventName of destCheckEventNames) {
68
assert.strictEqual(
69
dest.listenerCount(eventName), 0,
70
`destination{${currentDestId}}'s '${eventName}' event ` +
0 commit comments