make-error-cause
make-error-cause copied to clipboard
Make your own nested errors
I have to remember to import `fullStack` and use it when logging errors. It would be convenient if make-error-cause would override `Error.prototype.toString()` to print the causes as well. Perhaps that's...
I've been using make-error-cause in my back end and it works great. Tried it today in my front end, but `console.error(err)` mangles the stack traces for the causes (because Chrome...
Thanks for this great package! :smile: ## Expectation From `README.md`: > Compatible with node.js and browsers ## Problem However, it imports from "util", which is only available in Node JS:...
Thank you for building this library. This section of code is causing some issues: ``` function makeErrorCause(value, _super) { if (_super === void 0) { _super = makeErrorCause.BaseError; } return...
Hi! Maybe I've done something wrong, but I've tried building this from source and running the tests, but they're both failing: ``` $ nyc mocha make error cause 1) should...
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `tough-cookie` Updates `jest` from 24.9.0 to 30.0.4 Release notes Sourced from...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....