mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 21:03:46 +00:00

PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
*%(basename)s:6: RangeError: Invalid DataView length -1
|
|
let t2 = new DataView(t.buffer, 7, -1);
|
|
^
|
|
RangeError: Invalid DataView length -1
|
|
at new DataView (<anonymous>)
|
|
at *%(basename)s:6:10
|