🛠️ terminal.ts

This commit is contained in:
nirholas
2026-03-31 10:24:33 +00:00
parent 01d8de3b16
commit c0d6260704

View File

@@ -129,3 +129,4 @@ export function isOutputLineTruncated(content: string): boolean {
// renderTruncatedContent's trimEnd() behavior. // renderTruncatedContent's trimEnd() behavior.
return pos < content.length return pos < content.length
} }