Skip to content

Commit

Permalink
chore: Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFeher committed Jun 24, 2024
1 parent a19e288 commit ecd8f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/vim-bob.vim
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ function! s:QueryPaths(package_list, query_params)
let l:command = 'cd ' . shellescape(s:bob_base_path) . '; bob query-path --fail -f "{name} | {src} | {build}" ' . join(a:query_params, ' ') . ' $(< ' . shellescape(s:bob_base_path . '/dev/.packagelist.txt') . ') 2>&1'
let l:result = split(s:RemoveInfoMessages(system(l:command)), "\n")
if g:bob_verbose
echom ' ' . l:command
echom ' ' . join(l:result)
echom ' command: ' . l:command
echom ' result: ' . join(l:result)
endif
if v:shell_error
" Remove the erroneous package from the package list and retry.
Expand Down

0 comments on commit ecd8f8a

Please sign in to comment.