This commit is contained in:
Dmitry Sharshakov 2021-08-24 11:32:44 +03:00
parent 2158366b24
commit 34c6094604
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473
5 changed files with 9 additions and 19 deletions

View file

@ -225,9 +225,7 @@ impl Client {
}
pub fn capabilities(&self) -> &DebuggerCapabilities {
self.caps
.as_ref()
.expect("debugger not yet initialized!")
self.caps.as_ref().expect("debugger not yet initialized!")
}
pub async fn initialize(&mut self, adapter_id: String) -> Result<()> {