mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
59d3d542d6
Display Node.js version at the end of stacktraces on fatal exception that causes exit. Easier for debugging so you don't have to ask "what node version are you on?", it is directly in the error the user copy/paste from when asking for help. Fixes: https://github.com/nodejs/node/issues/29731 PR-URL: https://github.com/nodejs/node/pull/38332 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com>
21 lines
516 B
Plaintext
21 lines
516 B
Plaintext
node:internal/assert:*
|
|
throw new ERR_INTERNAL_ASSERTION(message);
|
|
^
|
|
|
|
Error [ERR_INTERNAL_ASSERTION]: 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 new NodeError (node:internal/errors:*:*)
|
|
at assert (node:internal/assert:*:*)
|
|
at * (*test*message*internal_assert.js:7:1)
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at * {
|
|
code: 'ERR_INTERNAL_ASSERTION'
|
|
}
|
|
|
|
Node.js *
|