mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
provider/nodejs: check version in Detect()
This commit is contained in:
@@ -9,9 +9,7 @@ local retry = helpers.retry
|
||||
do
|
||||
clear()
|
||||
if missing_provider('node') then
|
||||
pending(
|
||||
"Cannot find the neovim nodejs host. Try :checkhealth",
|
||||
function() end)
|
||||
pending("Missing nodejs host, or nodejs version is too old.", function()end)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user