Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix missing fiber on AsyncFiberException (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Sep 25, 2023
1 parent 5ad5367 commit 075219f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-turkeys-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/io": patch
---

fix missing fiber on AsyncFiberException
3 changes: 3 additions & 0 deletions src/internal/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ const asyncFiberException = <E, A>(fiber: Fiber.RuntimeFiber<E, A>): Runtime.Asy
_tag: {
value: _tag
},
fiber: {
value: fiber
},
message: {
value: message
},
Expand Down

0 comments on commit 075219f

Please sign in to comment.