[Pkg-javascript-devel] Bug#1138494: ITP: node-uncatch -- global cooperative uncaught exception handler for Node.js
joe at nahmias.net
joe at nahmias.net
Sun May 31 03:23:28 BST 2026
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias <jello at debian.org>
Control: block 1138186 by -1
X-Debbugs-CC: Joseph Huckaby <jhuckaby at gmail.com>, Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>,debian-devel at lists.debian.org
* Package name : node-uncatch
Version : 1.0.4
Upstream Author : Joseph Huckaby <jhuckaby at 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
More information about the Pkg-javascript-devel
mailing list