From 7a2fac1901adb597a657579577792b5cde4bb0d5 Mon Sep 17 00:00:00 2001 From: DarkNoon5891 Date: Tue, 7 Oct 2025 22:42:17 +0100 Subject: [PATCH] Added file to uv --- run-server.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-server.ps1 b/run-server.ps1 index e52b9fb..db6346e 100644 --- a/run-server.ps1 +++ b/run-server.ps1 @@ -36,7 +36,7 @@ .PARAMETER Force Forces recreation of the Python virtual environment. - + .PARAMETER VerboseOutput Enables more detailed output (currently unused). @@ -697,7 +697,7 @@ function Install-Dependencies { $proc = Start-Process -FilePath $uv -ArgumentList $arguments -NoNewWindow -Wait -PassThru if ($proc.ExitCode -ne 0) { - throw "uv failed with exit code $($proc.ExitCode)" + throw "uv failed to install $file with exit code $($proc.ExitCode)" } }