mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 22:04:26 +00:00

PR-URL: https://github.com/nodejs/node/pull/39945 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
*%(basename)s:5: TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))
|
|
var [a] = (() => ({a: 1}))();
|
|
^
|
|
TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))
|
|
at *%(basename)s:5:11
|