We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5b5fb commit 8395657Copy full SHA for 8395657
xmake/modules/devel/git/asgiturl.lua
@@ -40,7 +40,7 @@ function main(url)
40
41
-- check
42
url = url:trim()
43
- assert(#url > 0)
+ assert(#url > 0, "provided URL is empty!")
44
45
-- safe because all custom_protocol supports https
46
local lower = url:lower()
0 commit comments