mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
fix(fetch): use stderr prefix of stderr log
This commit is contained in:
parent
d1926518d0
commit
49f1838963
@ -148,9 +148,8 @@ endfunction
|
||||
|
||||
function! s:gitter_fetch_stderr(id, data, event) abort
|
||||
for line in a:data
|
||||
call s:LOG.debug(line)
|
||||
call s:LOG.debug('fetch_stderr :' . line)
|
||||
endfor
|
||||
|
||||
endfunction
|
||||
|
||||
function! s:gitter_fetch_exit(id, data, event) abort
|
||||
|
Loading…
x
Reference in New Issue
Block a user