thefrontside / effection

Structured concurrency and effects for JavaScript

Home Page:https://frontside.com/effection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revisit having `Scope.run()` crash the frame if error leaks out of operation

cowboyd opened this issue · comments

For some reason, we made it so that scope.run() did not crash the frame if the operation failed. I can't remember why this was done, but I've now seen two cases where errors were dropped on the floor.

Can we revisit this now that the rest of the Apis are maturing to see if we can add this back?

resolved by #838