This commit is contained in:
Michael Neale
2025-11-07 14:12:30 +11:00
parent bb1949bf68
commit c05b586a30
+1 -1
View File
@@ -680,7 +680,7 @@ impl ServerProcess {
let mut command = tokio::process::Command::from(std_command);
command.kill_on_drop(true);
let mut child = command
let child = command
.spawn()
.map_err(|e| anyhow::anyhow!("Failed to start llama-server: {}", e))?;