Clean up error stack traces from node internals, built on `clean-stack`'s regex and `stack-utils-node-internals`. Working on node.js v0.10 and above.
-
Updated
Jan 12, 2023 - JavaScript
Clean up error stack traces from node internals, built on `clean-stack`'s regex and `stack-utils-node-internals`. Working on node.js v0.10 and above.
Clean stack traces with sane defaults, customizable through options
Meant to be used with `clean-stacktrace` as mapper function. Makes absolute paths inside stack traces to relative paths.
Plugin for `clean-stacktrace` lib. Parse each line to get additional info like `filename`, `column` and `line` of the error.
Add a description, image, and links to the clean-stacktrace topic page so that developers can more easily learn about it.
To associate your repository with the clean-stacktrace topic, visit your repo's landing page and select "manage topics."