make-error-cause icon indicating copy to clipboard operation
make-error-cause copied to clipboard

Make your own nested errors

Results 15 make-error-cause issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

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...

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=5.2.2&new-version=5.2.4)](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`....

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decode-uri-component&package-manager=npm_and_yarn&previous-version=0.2.0&new-version=0.2.2)](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`....

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qs&package-manager=npm_and_yarn&previous-version=6.5.2&new-version=6.5.3)](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`....

dependencies
javascript