xcon: move wire core into workspace crate
This commit is contained in:
parent
61ec13def0
commit
d8380b3dce
11 changed files with 138 additions and 99 deletions
|
|
@ -99,7 +99,7 @@ impl Incoming {
|
|||
break 'handle_error;
|
||||
};
|
||||
let e = match ext {
|
||||
Some(e) => XconError::ExtensionError(e, code),
|
||||
Some(e) => XconError::ExtensionError(e.name(), code),
|
||||
_ => XconError::CoreError(code),
|
||||
};
|
||||
if let Some(first) = reply_handlers.front()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue