stent
stent copied to clipboard
Uncaught async errors in nested generators
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