Skip to content

Commit 5b2a127

Browse files
Copilotbytemain
andauthored
Clarify uv-build PreInstall required errors
Agent-Logs-Url: https://github.com/version-fox/vfox-python/sessions/a8ca8eda-5106-4cb0-adc3-ba11681c1d0f Co-authored-by: bytemain <13938334+bytemain@users.noreply.github.com>
1 parent 0b5f7a4 commit 5b2a127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/util.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,10 @@ function uvBuildPreInstall(version)
605605
error("uv-build PreInstall did not provide install metadata")
606606
end
607607
if isNilOrEmpty(uvBuildPackage.url) then
608-
error("uv-build PreInstall url must not be empty")
608+
error("uv-build PreInstall failed: url is required")
609609
end
610610
if isNilOrEmpty(uvBuildPackage.sha256) then
611-
error("uv-build PreInstall sha256 must not be empty")
611+
error("uv-build PreInstall failed: sha256 is required")
612612
end
613613
return uvBuildPackage
614614
end

0 commit comments

Comments
 (0)