Skip to content

Commit 42e0af0

Browse files
committed
fixup! stream: only pass the expected number of parameters to callbacks
1 parent ee20ddf commit 42e0af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/webstreams/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ const {
77
ArrayPrototypePush,
88
ArrayPrototypeShift,
99
AsyncIteratorPrototype,
10+
FunctionPrototypeCall,
1011
MathMax,
1112
NumberIsNaN,
1213
PromisePrototypeThen,
13-
ReflectApply,
1414
ReflectGet,
1515
Symbol,
1616
Uint8Array,

0 commit comments

Comments
 (0)