1
0
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:
wsdjeg 2022-05-04 12:32:37 +08:00
parent d1926518d0
commit 49f1838963

View File

@ -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