Improve error system
Open
- Dominant language
- JavaScript
- Stars
- 46
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Update: async.js has been deprecated by native promises syntax
I need to improve the error system so that null can be an allowed return value of async functions. I think I will do something like make them return some kind of `new async.Error(Error exception)` construct, which I could then detect in the generator unroller and throw appropriately.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.