mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: stderr noise (#7346)
This commit is contained in:
@@ -261,7 +261,7 @@ pub fn render_message(message: &Message, debug: bool) {
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
println!("WARNING: Message content type could not be rendered");
|
||||
eprintln!("WARNING: Message content type could not be rendered");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -349,7 +349,7 @@ pub fn render_message_streaming(
|
||||
}
|
||||
_ => {
|
||||
flush_markdown_buffer(buffer, theme);
|
||||
println!("WARNING: Message content type could not be rendered");
|
||||
eprintln!("WARNING: Message content type could not be rendered");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user