mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 15:41:42 +00:00

PR-URL: https://github.com/nodejs/node/pull/39469 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
*%(basename)s:5: TypeError: Cannot destructure property '1' of 'undefined' as it is undefined.
|
|
var { 1: x } = undefined;
|
|
^
|
|
TypeError: Cannot destructure property '1' of 'undefined' as it is undefined.
|
|
at *%(basename)s:5:10
|