We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b27f commit d8c704dCopy full SHA for d8c704d
1 file changed
crates/chat-cli-ui/src/conduit.rs
@@ -298,7 +298,7 @@ impl std::io::Write for ControlEnd<DestinationStdout> {
298
if byte == &10 || byte == &13 {
299
if self.current_event.is_none() {
300
self.current_event
301
- .replace(Event::LegacyPassThrough(LegacyPassThroughOutput::Stderr(
+ .replace(Event::LegacyPassThrough(LegacyPassThroughOutput::Stdout(
302
Default::default(),
303
)));
304
}
@@ -323,7 +323,7 @@ impl std::io::Write for ControlEnd<DestinationStdout> {
323
if start < end {
324
325
326
327
328
329
0 commit comments