Skip to content

Commit c23338b

Browse files
committed
fix log type issue
1 parent a12a42a commit c23338b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/javacomplete/util.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function! s:NewJob(id, handler)
263263
endfunction
264264

265265
function! javacomplete#util#RunSystem(command, shellName, handler)
266-
call s:Log("running command: ". a:command)
266+
call s:Log("running command: ". string(a:command))
267267
if has('nvim')
268268
if exists('*jobstart')
269269
let callbacks = {

0 commit comments

Comments
 (0)