Don't None-ify the connection on restarting (race condition)

This commit is contained in:
Ben Jackson 2018-05-27 17:00:47 +01:00
commit 437dbe8776

View file

@ -51,7 +51,7 @@ endfunction
function! s:_OnClose( channel ) abort
echom "Channel closed"
_vimspector_session.OnChannelClosed()
" py3 _vimspector_session.OnChannelClosed()
endfunction
function! s:_Send( msg ) abort