2021-08-29 14:20:49 +02:00
|
|
|
*%(basename)s:5: TypeError: Cannot destructure property '1' of 'undefined' as it is undefined.
|
2017-09-12 11:34:59 +02:00
|
|
|
var { 1: x } = undefined;
|
2021-08-29 14:20:49 +02:00
|
|
|
^
|
|
|
|
TypeError: Cannot destructure property '1' of 'undefined' as it is undefined.
|
2019-09-24 11:56:38 -04:00
|
|
|
at *%(basename)s:5:10
|