Don't None-ify the connection on restarting (race condition)
This commit is contained in:
parent
533b2aa0d5
commit
437dbe8776
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue