2018-12-04 08:20:37 +01:00
|
|
|
*%(basename)s:5: TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
|
2018-05-31 11:11:57 +02:00
|
|
|
new Map(1);
|
|
|
|
^
|
2018-12-04 08:20:37 +01:00
|
|
|
TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
|
2018-05-31 11:11:57 +02:00
|
|
|
at new Map (<anonymous>)
|
|
|
|
at *%(basename)s:5:1
|