File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ endfunction
51
51
function ! s: check_deno_version (supported_version) abort
52
52
const l: deno_version = s: get_deno_version (g: denops #deno)
53
53
call s: report_info (printf (
54
- \ ' Detected Deno version: `%s`' ,
54
+ \ ' Detected Deno version: `%s` (%s) ' ,
55
55
\ l: deno_version ,
56
+ \ exepath (g: denops #deno),
56
57
\) )
57
58
if empty (l: deno_version )
58
59
call s: report_error (' Unable to detect version of deno, make sure your deno runtime is correct.' )
@@ -164,6 +165,7 @@ function! health#denops#check() abort
164
165
\ ' Supported Neovim version: `%s`' ,
165
166
\ l: supported_versions .neovim,
166
167
\) )
168
+ call s: check_deno_executable ()
167
169
call s: check_deno_version (l: supported_versions .deno)
168
170
if ! has (' nvim' )
169
171
call s: check_vim_version (l: supported_versions .vim )
You can’t perform that action at this time.
0 commit comments