6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
|
*%(basename)s:5: TypeError: Cannot destructure property `x` of 'undefined' or 'null'.
|
||
|
var { x } = undefined;
|
||
|
^
|
||
|
TypeError: Cannot destructure property `x` of 'undefined' or 'null'.
|
||
|
at *%(basename)s:5:13
|