Skip to content

Commit

Permalink
Fix bug about portStream
Browse files Browse the repository at this point in the history
  • Loading branch information
arowM committed Jun 9, 2024
1 parent 0cf9ff7 commit 9abaa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Core.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ portRequest o =
| ports =
List.filter
(\p -> p.request /= myRequestId)
context.ports
nextContext.ports
}
, realCmds = []
, logs = []
Expand Down

0 comments on commit 9abaa79

Please sign in to comment.