provider/nodejs: check version in Detect()

This commit is contained in:
Justin M. Keyes
2017-12-17 15:53:11 +01:00
parent e0054fef7d
commit 103ff26c0a
6 changed files with 42 additions and 28 deletions

View File

@@ -15,9 +15,7 @@ local missing_provider = helpers.missing_provider
do
clear()
if missing_provider('ruby') then
pending(
"Cannot find the neovim RubyGem. Try :checkhealth",
function() end)
pending("Missing neovim RubyGem.", function() end)
return
end
end