mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(install): retry on server error
This commit is contained in:
committed by
Christian Clason
parent
70a9fecaf5
commit
92c9b016d1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user