mirror of
https://github.com/nodejs/node.git
synced 2025-05-09 14:32:49 +00:00

PR-URL: https://github.com/nodejs/node/pull/49654 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
21 lines
489 B
Plaintext
21 lines
489 B
Plaintext
node:internal/assert:*
|
|
throw new ERR_INTERNAL_ASSERTION(message);
|
|
^
|
|
|
|
Error [ERR_INTERNAL_ASSERTION]: Unreachable!
|
|
This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
|
|
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
|
|
|
|
at Function.fail (node:internal/assert:*:*)
|
|
at * (*test*message*internal_assert_fail.js:7:8)
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at * {
|
|
code: 'ERR_INTERNAL_ASSERTION'
|
|
}
|
|
|
|
Node.js *
|