Handling Errors from `Effect.forkScoped` in Parent Effect
how do I make errors from a
Effect.forkScoped Effect bubble up to the parent effect? i was somewhat surprised that Effect.forkScoped(Effect.dieMessage("oops")) just continues the program no problem