You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve existing uncaughtException and unhandledRejection listeners
instead of removing and manually replaying them. Node now dispatches each
event normally, preserving listener identity, once behavior, and the
original rejection reason.
Write fatal diagnostics synchronously to stdout before other process
listeners run, preventing an immediate process.exit() from truncating the
hint without mixing Node's raw stack trace into the output.
Changed
Changed the project license from ISC to MIT and added the repository LICENSE
file.
Changed the server entry point to flush its formatted error output and exit
instead of continuing after an uncaught exception.
Reordered overlapping hint rules so specific matches win before generic ones.
Applied the shared color policy to package notices as well as error output.
Documentation
Clarified how process listeners are preserved and when the synchronous
fatal-output write occurs.