mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: vfmt cmd/tools/vpm.v
This commit is contained in:
parent
f24e9cc80a
commit
ab7cc5809a
@ -691,7 +691,7 @@ fn get_module_meta_info(name string) ?Mod {
|
|||||||
modurl := server_url + '/jsmod/$name'
|
modurl := server_url + '/jsmod/$name'
|
||||||
verbose_println('Retrieving module metadata from: "$modurl" ...')
|
verbose_println('Retrieving module metadata from: "$modurl" ...')
|
||||||
r := http.get(modurl) or {
|
r := http.get(modurl) or {
|
||||||
errors << 'Http server did not respond to our request for "${modurl}" .'
|
errors << 'Http server did not respond to our request for "$modurl" .'
|
||||||
errors << 'Error details: $err'
|
errors << 'Error details: $err'
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user