6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
|
*%(basename)s:5: TypeError: Cannot destructure 'undefined' or 'null'.
|
||
|
var { 1: x } = undefined;
|
||
|
^
|
||
|
TypeError: Cannot destructure 'undefined' or 'null'.
|
||
|
at *%(basename)s:5:16
|