Skip to content

v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Sep 20:47
· 3 commits to main since this release

Fixed

  • 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.