We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbca4ee commit 42992afCopy full SHA for 42992af
autoload/OmniSharp/actions/test.vim
@@ -22,7 +22,7 @@ function! s:CBRunTest(summary) abort
22
if a:summary.pass
23
if len(a:summary.locations) == 0
24
echomsg 'No tests were run'
25
- elseif a:summary.locations[0].type ==# 'W'
+ elseif get(a:summary.locations[0], 'type', '') ==# 'W'
26
echohl WarningMsg
27
echomsg a:summary.locations[0].name . ': skipped'
28
echohl None
0 commit comments