chore: remove OK graph
This commit is contained in:
parent
8fdb482896
commit
0287045638
@ -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!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user