Include extra data when getting the logs
Include the extra conf data to the debug info request when getting the logfiles.
This commit is contained in:
parent
487b8ab2b4
commit
4524d4bfd1
@ -593,7 +593,9 @@ class YouCompleteMe( object ):
|
|||||||
self._server_stdout,
|
self._server_stdout,
|
||||||
self._server_stderr ]
|
self._server_stderr ]
|
||||||
|
|
||||||
debug_info = SendDebugInfoRequest()
|
extra_data = {}
|
||||||
|
self._AddExtraConfDataIfNeeded( extra_data )
|
||||||
|
debug_info = SendDebugInfoRequest( extra_data )
|
||||||
if debug_info:
|
if debug_info:
|
||||||
completer = debug_info[ 'completer' ]
|
completer = debug_info[ 'completer' ]
|
||||||
if completer:
|
if completer:
|
||||||
|
Loading…
Reference in New Issue
Block a user