bigeasy / cadence

A Swiss Army asynchronous control flow function for JavaScript.
https://bigeasy.github.io/cadence
MIT License
35 stars 7 forks source link

Cadence can check plurality of `error` and `errors`. #268

Closed bigeasy closed 9 years ago

bigeasy commented 9 years ago

Cadence can parse the catch block and if the first argument is error when errors will be an array it can print a warning. When the first argument is errors when the error argument will be a single error it can print a warning.

bigeasy commented 9 years ago

No longer relevant to minimimalized Cadence.