mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
remove developer mode error message
This commit is contained in:
parent
6484c5c880
commit
9fb2b0c0b6
1 changed files with 0 additions and 3 deletions
|
|
@ -175,9 +175,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
|
|||
else
|
||||
local git_folder = utils.join_path(cache_folder, project_name)
|
||||
local clone_error = 'Error during download, please verify your internet connection'
|
||||
if is_windows then
|
||||
clone_error = clone_error .. ". If on Windows you may need to enable Developer mode"
|
||||
end
|
||||
|
||||
return {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue