aikoven / typescript-fsa-redux-saga

TypeScript FSA utilities for redux-saga
MIT License
61 stars 4 forks source link

[FR] Add option not to rethrow errors #10

Open AccessViolator opened 5 years ago

AccessViolator commented 5 years ago

It was already discussed in #5, but was never implemented. I think it would be a useful feature to avoid having to wrap in try-catch or spawn when you don't need any special handling outside of _FAILED handler.