krasimir / stent

Stent is combining the ideas of redux with the concept of state machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught async errors in nested generators

SofianeDjellouli opened this issue · comments

Hi,

Stent generator actions allow us to call other generators. However, if an async error is thrown in one of these nested generators, it will not reach the top-level generator and it won't be caught there.

I added a pull request for it: #55