Effect CommunityEC
Effect Community•3y ago•
37 replies
iamK

Missing Stack Trace in EffectA

Hi
Why do I not get the stack trace here 🤔



await Effect.runPromise(EffectA).catch(error=>{
  console.log(error.stack) // just a string, not stack trace
}
Was this page helpful?