mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 03:17:26 +00:00

PR-URL: https://github.com/nodejs/node/pull/23423 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
*%(basename)s:5: TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
|
|
new Map(1);
|
|
^
|
|
TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
|
|
at new Map (<anonymous>)
|
|
at *%(basename)s:5:1
|