💠 initReplBridge.ts

This commit is contained in:
nirholas
2026-03-31 10:22:38 +00:00
parent 99eeb3e789
commit 4b32b5cf68

View File

@@ -567,3 +567,4 @@ function deriveTitle(raw: string): string | undefined {
? flat.slice(0, TITLE_MAX_LEN - 1) + '\u2026'
: flat
}