#1138494 ITP: node-uncatch -- global cooperative uncaught exception handler for Node.js

#1138494#5
Date:
2026-05-31 02:23:28 UTC
From:
To:
* Package name    : node-uncatch
  Version         : 1.0.4
  Upstream Author : Joseph Huckaby <jhuckaby@gmail.com>
* URL             : https://github.com/jhuckaby/uncatch
* License         : Expat
  Programming Lang: JavaScript
  Description     : global cooperative uncaught exception handler for Node.js

 Uncatch is a cooperative uncaught exception manager, which allows
 multiple modules to register listeners for uncaught exceptions, and all
 of them will be executed before the process finally exits. The module
 also handles emitting the error and stack trace to STDERR.
 .
 Uncatch also treats all unhandled rejections as if they were unhandled
 exceptions. This is the default behavior in Node.js v15+ anyway, and it
 allows both of these events to be handled in the same cooperative way in
 older Node.js versions.
 .
 Node.js is an event-based server-side JavaScript engine.

dep for pixl-logger
i plan to maintain this under the js-team