mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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',
|
||||
'--fail',
|
||||
'--show-error',
|
||||
'--retry',
|
||||
'3',
|
||||
'-L', -- follow redirects
|
||||
target,
|
||||
'--output',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue