Skip to content

Commit

Permalink
chore: improve error message
Browse files Browse the repository at this point in the history
Show the actual error that happened.
  • Loading branch information
ThomasFeher committed May 21, 2024
1 parent 87528da commit 0732c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/vim-bob.vim
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ function! s:Project(bang, ...)
let l:project_command = s:DevImpl(a:bang, l:package, extend({'use_prefix': 1}, l:args))
catch
echohl WarningMsg
echom v:exception
echom 'Running Bob failed. Not all features of vim-bob''s project mode might be available. Re-run :BobProject as soon as these errors are fixed'
echohl None
return
Expand Down

0 comments on commit 0732c68

Please sign in to comment.