log if lsp server stopped

This commit is contained in:
Dongdong Zhou 2022-08-31 20:05:36 +01:00
parent 43e3a9d9b7
commit e08331042d
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ fn new(
);
}
Err(_err) => {
log::info!("lsp server {server} stopped");
return;
}
};