Skip to main content

vtcode_tui/utils/
transcript.rs

1pub fn display_error(message: &str) {
2    tracing::error!("{message}");
3}