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>
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
before
|
|
*test*message*stack_overflow.js:*
|
|
JSON.stringify(array);
|
|
^
|
|
|
|
[RangeError: Maximum call stack size exceeded]
|
|
|
|
Node.js *
|