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

@@ -26,7 +26,7 @@ impl ScriptExecutor {
return Ok(());
}
Ok(())
anyhow::bail!("script was not found for name: {}", name)
}
async fn run_project(&self, script_ctx: &Script, name: &str) -> anyhow::Result<bool> {