Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update comment
  • Loading branch information
nakulj committed Dec 3, 2022
commit 2d74fd5ecfe145271f3dfcf10fddb96e24014fe4
3 changes: 2 additions & 1 deletion autoload/codefmt/jsonnetfmt.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ function! codefmt#jsonnetfmt#GetFormatter() abort
" jsonnetfmt does not support range formatting.
call codefmt#formatterhelpers#Format(l:cmd)
catch
" Parse all the errors and stick them in the quickfix list.
" TODO: Parse all the errors and stick them in the quickfix list.
" currently just echoes the errors.
call maktaba#error#Shout('Error formatting file: %s', v:exception)
endtry
endfunction
Expand Down