Skip to content

Commit 010da55

Browse files
committed
Downgrade Shout to Warn
1 parent 6b69f02 commit 010da55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/codefmt/ktfmt.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ function! codefmt#ktfmt#GetFormatter() abort
4747
let l:result = maktaba#syscall#Create(l:cmd + ['-']).Call()
4848
let l:success = v:shell_error != 0
4949
catch /ERROR(ShellError)/
50-
call maktaba#error#Shout(
51-
\ 'ktfmt unavailable, check jar file in %s -: %s',
50+
call maktaba#error#Warn(
51+
\ 'ktfmt unavailable, check jar file in `%s -`: %s',
5252
\ l:joined,
5353
\ v:exception)
5454
endtry

0 commit comments

Comments
 (0)