2018-09-05 07:50:48 +00:00
|
|
|
*%(basename)s:5: TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
|
2018-03-13 21:11:53 +00:00
|
|
|
new Map(1);
|
|
|
|
^
|
2018-09-05 07:50:48 +00:00
|
|
|
TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
|
2018-03-13 21:11:53 +00:00
|
|
|
at new Map (<anonymous>)
|
|
|
|
at *%(basename)s:5:1
|