From 49f18389637885f57a549123ed5f83f1ba258c7e Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 4 May 2022 12:32:37 +0800 Subject: [PATCH] fix(fetch): use stderr prefix of stderr log --- bundle/vim-chat/autoload/chat/gitter.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle/vim-chat/autoload/chat/gitter.vim b/bundle/vim-chat/autoload/chat/gitter.vim index fe934df73..ed1ccc59e 100644 --- a/bundle/vim-chat/autoload/chat/gitter.vim +++ b/bundle/vim-chat/autoload/chat/gitter.vim @@ -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