From 962ef477dac2300a1682ee523a9149f44dbde87e Mon Sep 17 00:00:00 2001 From: alii <25351731+alii@users.noreply.github.com> Date: Tue, 27 May 2025 21:59:41 +0000 Subject: [PATCH] `bun run clang-format` --- src/bun.js/bindings/webcore/MessagePortChannelRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bun.js/bindings/webcore/MessagePortChannelRegistry.cpp b/src/bun.js/bindings/webcore/MessagePortChannelRegistry.cpp index 0be4b1fe3c..b7b7f0eabc 100644 --- a/src/bun.js/bindings/webcore/MessagePortChannelRegistry.cpp +++ b/src/bun.js/bindings/webcore/MessagePortChannelRegistry.cpp @@ -118,7 +118,7 @@ void MessagePortChannelRegistry::didCloseMessagePort(const MessagePortIdentifier #endif MessagePortIdentifier remotePort = channel->port1() == port ? channel->port2() : channel->port1(); - + if (m_openChannels.get(remotePort)) { // Notify the remote port about the closure MessagePort::notifyPortClosed(remotePort);