terminal.ts

This commit is contained in:
nirholas
2026-03-31 10:23:41 +00:00
parent 9a753b2341
commit cf1088541b

View File

@@ -246,3 +246,4 @@ export function writeDiffToTerminal(
if (useSync) buffer += ESU if (useSync) buffer += ESU
terminal.stdout.write(buffer) terminal.stdout.write(buffer)
} }