mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
parent
649b3160a1
commit
5365f24168
@ -710,7 +710,7 @@ function! s:check_perl() abort
|
||||
|
||||
let latest_cpan = s:system(latest_cpan_cmd)
|
||||
if s:shell_error || empty(latest_cpan)
|
||||
call health#report_error('Failed to run: '. latest_cpan_cmd,
|
||||
call health#report_error('Failed to run: '. join(latest_cpan_cmd, " "),
|
||||
\ ["Make sure you're connected to the internet.",
|
||||
\ 'Are you behind a firewall or proxy?'])
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user