chore: remove OK graph

This commit is contained in:
Jesús Pérex 2025-07-10 02:07:19 +01:00
parent 8fdb482896
commit 0287045638

View File

@ -38,12 +38,9 @@ pub(crate) fn run_kcl_command(
if output_res.status.success() {
if let Some(output_file) = output {
Ok(format!("{}", output_file))
Ok(format!("{}", output_file))
} else {
Ok(format!(
"✅ {}",
String::from_utf8_lossy(&output_res.stdout)
))
Ok(format!("{}", String::from_utf8_lossy(&output_res.stdout)))
}
} else {
Err(anyhow::anyhow!(