await Effect.runPromise(EffectA).catch(error=>{ console.log(error.stack) // just a string, not stack trace }
© 2026 Hedgehog Software, LLC