Skip to content

Commit 2d94015

Browse files
committed
Add warning log for process termination
1 parent 4955afb commit 2d94015

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lsp_types/process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ async def stop(self) -> None:
136136
logger.warning("Server exited with return code: %d", return_code)
137137
except asyncio.TimeoutError:
138138
try:
139+
logger.warning("Killing process")
139140
self._process.kill()
140141
except ProcessLookupError:
141142
pass

0 commit comments

Comments
 (0)