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 9f7eaa3 commit e1ee0a7Copy full SHA for e1ee0a7
src/Registry/Registry.jl
@@ -65,7 +65,7 @@ function pkg_server_registry_info()
65
catch err
66
@warn "could not download $server/registries" exception=err
67
end
68
- download_ok || return registry_urls
+ download_ok || return nothing
69
open(tmp_path) do io
70
for line in eachline(io)
71
if (m = match(r"^/registry/([^/]+)/([^/]+)$", line)) !== nothing
0 commit comments