mirror of https://github.com/lapce/lapce.git
log if lsp server stopped
This commit is contained in:
parent
43e3a9d9b7
commit
e08331042d
|
@ -192,6 +192,7 @@ fn new(
|
|||
);
|
||||
}
|
||||
Err(_err) => {
|
||||
log::info!("lsp server {server} stopped");
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue