mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
cleanup
This commit is contained in:
@@ -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))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user