fix merge artifacts. fix build

This commit is contained in:
Tommy D. Rossi
2026-01-27 13:54:26 +01:00
parent ea203418c2
commit a8412343e1
2 changed files with 23 additions and 5 deletions
-1
View File
@@ -619,7 +619,6 @@ function getTabByTargetId(targetId: string): { tabId: number; tab: TabInfo } | u
return undefined
}
<<<<<<< HEAD
function emitChildDetachesForTab(tabId: number): void {
const childEntries = Array.from(childSessions.entries())
.filter(([_, parentTab]) => parentTab.tabId === tabId)