There was an error while loading. Please reload this page.
1 parent c46935c commit 21f0fd8Copy full SHA for 21f0fd8
1 file changed
lib/internal/streams/iter/consumers.js
@@ -18,6 +18,7 @@ const {
18
Promise,
19
PromisePrototypeThen,
20
SafePromiseAllReturnVoid,
21
+ Symbol,
22
SymbolAsyncIterator,
23
TypedArrayPrototypeGetBuffer,
24
TypedArrayPrototypeGetByteLength,
@@ -401,7 +402,7 @@ function ondrain(drainable) {
401
402
// Merge Utility
403
// =============================================================================
404
-const kNoMergeError = { __proto__: null };
405
+const kNoMergeError = Symbol('kNoMergeError');
406
407
/**
408
* Merge multiple async iterables by yielding values in temporal order.
0 commit comments