node-async-stacktrace 0.0.2-5 source package in Ubuntu

Changelog

node-async-stacktrace (0.0.2-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + node-async-stacktrace: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 28 Aug 2021 23:20:05 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-async-stacktrace_0.0.2-5.dsc 2.1 KiB 53ca2414b46e65d5a5c386abcf8c672b33b336c6edc087d593d0cd4d6f2c75d7
node-async-stacktrace_0.0.2.orig.tar.gz 2.9 KiB 019576ec27acd0836f48a6a5b2e2729bc1c27ba34e21795dffc79fc3dad88c05
node-async-stacktrace_0.0.2-5.debian.tar.xz 2.8 KiB 863e5486fc3ef35afaf67aeb34ef63b34e1089f712686f7a98e60b500a7cf1e5

Available diffs

No changes file available.

Binary packages built by this source

node-async-stacktrace: Improve Node.js stacktraces and make it easier to handle errors

 The "Async Stacktrace" module eases debugging of Node.js applications. With the
 default stacktraces, the problem is that they do not tell you exactly where
 a problematic subroutine has been called from.
 .
 The "Async Stacktrace" module shows you where an error was caught and passed to
 the next callback. This allows you to see from where problematic code was
 called.