cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Extract format module #413

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

Extract formatting utils used by unhandled rejection reporting, and add some unit tests.

See also #412

briancavalier commented 9 years ago

Tweaked the wording of formatError's jsdoc and the unit test.

sompylasar commented 9 years ago

Thanks for the fix and clarifications, @briancavalier !

briancavalier commented 9 years ago

You bet, and thanks for all the feedback.