mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
bun run clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
ef203ce9c7
commit
962ef477da
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user