mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-06 07:21:27 +03:00
committed by
GitHub
parent
65a12735e2
commit
fed8e02d9f
@@ -193,7 +193,7 @@ impl EventConsumer for LibeiConsumer {
|
||||
};
|
||||
let event = match event {
|
||||
PendingRequestResult::Request(result) => result,
|
||||
PendingRequestResult::ProtocolError(e) => {
|
||||
PendingRequestResult::ParseError(e) => {
|
||||
return Err(anyhow!("libei protocol violation: {e}"))
|
||||
}
|
||||
PendingRequestResult::InvalidObject(e) => return Err(anyhow!("invalid object {e}")),
|
||||
|
||||
Reference in New Issue
Block a user