Skip to content

Commit 1b4fc14

Browse files
committed
🐛 Check deno executable in checkhealth
1 parent fcc579b commit 1b4fc14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/health/denops.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ function! health#denops#check() abort
164164
\ 'Supported Neovim version: `%s`',
165165
\ l:supported_versions.neovim,
166166
\))
167+
call s:check_deno_executable()
167168
call s:check_deno_version(l:supported_versions.deno)
168169
if !has('nvim')
169170
call s:check_vim_version(l:supported_versions.vim)

0 commit comments

Comments
 (0)