Debug message: shell return value.
This commit is contained in:
parent
af9d6f627b
commit
4f5320f2cb
@ -37,6 +37,7 @@ endfunction
|
|||||||
|
|
||||||
function! g:SyntasticChecker.getLocList()
|
function! g:SyntasticChecker.getLocList()
|
||||||
let list = self._locListFunc()
|
let list = self._locListFunc()
|
||||||
|
call syntastic#util#debug('getLocList: checker ' . self._filetype . '/' . self._name . ' returned ' . v:shell_error)
|
||||||
call self._populateHighlightRegexes(list)
|
call self._populateHighlightRegexes(list)
|
||||||
return g:SyntasticLoclist.New(list)
|
return g:SyntasticLoclist.New(list)
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user