mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(install): retry on server error
This commit is contained in:
parent
70a9fecaf5
commit
92c9b016d1
1 changed files with 2 additions and 0 deletions
|
|
@ -214,6 +214,8 @@ local function do_download(logger, url, project_name, cache_dir, revision, outpu
|
||||||
'--silent',
|
'--silent',
|
||||||
'--fail',
|
'--fail',
|
||||||
'--show-error',
|
'--show-error',
|
||||||
|
'--retry',
|
||||||
|
'3',
|
||||||
'-L', -- follow redirects
|
'-L', -- follow redirects
|
||||||
target,
|
target,
|
||||||
'--output',
|
'--output',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue