Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

maybe‑combine‑errors is a tiny Node.js utility that merges an array of `Error` objects into a single error. It skips null/undefined entries, returns undefined for an empty list, returns the sole error unchanged, and otherwise creates a combined error whose message concatenates unique messages and whose stack is lazily joined; it also preserves `transient` and `expected` flags. It’s useful for developers who need concise, aggregate error reporting in JavaScript/Node applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of vweevers/maybe-combine-errors

Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

vweevers's profile
vweevers
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
vweevers

vweevers/maybe-combine-errors

Combine 0 or more errors into one.

JavaScript
3
0
MIT License