improve error messages on windows

This commit is contained in:
Ruben Fiszel
2024-11-15 09:36:18 +01:00
parent bb937498bb
commit b868e446fc
2 changed files with 10 additions and 4 deletions

View File

@@ -320,7 +320,7 @@ pub async fn uv_pip_compile(
.args(args)
.stdout(Stdio::piped())
.stderr(Stdio::piped());
let child_process = start_child_process(child_cmd, "/usr/local/bin/uv").await?;
let child_process = start_child_process(child_cmd, uv_cmd).await?;
append_logs(&job_id, &w_id, logs, db).await;
handle_child(
job_id,