6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
|
*%(basename)s:5: TypeError: Cannot destructure 'undefined' or 'null'.
|
||
|
var { [x] : y } = undefined;
|
||
|
^
|
||
|
TypeError: Cannot destructure 'undefined' or 'null'.
|
||
|
at *%(basename)s:5:19
|