2022-09-21 13:28:42 +02:00
|
|
|
*%(basename)s:5: TypeError: Spread syntax requires ...iterable[Symbol.iterator] to be a function
|
2020-07-13 10:39:42 +02:00
|
|
|
console.log(1, ...x);
|
|
|
|
^
|
2022-09-21 13:28:42 +02:00
|
|
|
TypeError: Spread syntax requires ...iterable[Symbol.iterator] to be a function
|
2020-07-13 10:39:42 +02:00
|
|
|
at *%(basename)s:5:9
|