mirror of https://github.com/helix-editor/helix
Handle RPC returning an invalid call
parent
3e78b8fdad
commit
919ac7ba15
|
@ -801,7 +801,7 @@ impl Application {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
e => unreachable!("{:?}", e),
|
Call::Invalid { id } => log::error!("LSP invalid method call id={:?}", id),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue