Be more forceful when closing th ejob
This commit is contained in:
parent
75851e0652
commit
2d7c67968a
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@ function! vimspector#internal#job#StopDebugSession() abort
|
|||
endif
|
||||
|
||||
if job_status( s:job ) == 'run'
|
||||
call job_stop( s:job, 'term' )
|
||||
echom "Terminating job"
|
||||
call job_stop( s:job, 'kill' )
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue