fix: small bugs in running scripts and set default log level

This commit is contained in:
2025-03-03 23:22:31 +01:00
parent 3510750c55
commit f98b48667c
6 changed files with 93 additions and 8 deletions

View File

@@ -71,6 +71,6 @@ impl Run {
}
}
Ok(())
anyhow::bail!("no scripts were found for command: {}", name)
}
}