From 9abaa797e71a00c43bb1c74f9b3269fe5fae45c6 Mon Sep 17 00:00:00 2001 From: Kadzuya Okamoto Date: Sun, 9 Jun 2024 16:11:13 +0900 Subject: [PATCH] Fix bug about portStream --- src/Internal/Core.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Internal/Core.elm b/src/Internal/Core.elm index 05aeea1..41005a8 100644 --- a/src/Internal/Core.elm +++ b/src/Internal/Core.elm @@ -2261,7 +2261,7 @@ portRequest o = | ports = List.filter (\p -> p.request /= myRequestId) - context.ports + nextContext.ports } , realCmds = [] , logs = []