chore: generate

This commit is contained in:
GitHub Action
2026-01-12 23:30:47 +00:00
parent 1a5a63843e
commit 835e48cd28

View File

@@ -44,11 +44,10 @@ function createTerminalSession(sdk: ReturnType<typeof useSDK>, dir: string, id:
active: createMemo(() => store.active),
new() {
const existingTitleNumbers = new Set(
store.all
.map((pty) => {
store.all.map((pty) => {
const match = pty.titleNumber
return match
})
}),
)
let nextNumber = 1