We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10008d commit 4e6f398Copy full SHA for 4e6f398
Sources/Printer.swift
@@ -54,7 +54,7 @@ final class Printer: Sendable {
54
$0.write(buffer.value.data(using: .utf8)!)
55
try? $0.synchronize()
56
}
57
- if !_wasWritten.value && !buffer.value.withoutANSI().isEmpty {
+ if !_wasWritten.value {
58
_wasWritten.setValue(true)
59
60
buffer.setValue(String())
0 commit comments