Skip to content

Commit 744b7a7

Browse files
committed
👍 Show exepath of deno in checkhealth
1 parent 1b4fc14 commit 744b7a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/health/denops.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ endfunction
5151
function! s:check_deno_version(supported_version) abort
5252
const l:deno_version = s:get_deno_version(g:denops#deno)
5353
call s:report_info(printf(
54-
\ 'Detected Deno version: `%s`',
54+
\ 'Detected Deno version: `%s` (%s)',
5555
\ l:deno_version,
56+
\ exepath(g:denops#deno),
5657
\))
5758
if empty(l:deno_version)
5859
call s:report_error('Unable to detect version of deno, make sure your deno runtime is correct.')

0 commit comments

Comments
 (0)