mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Respond with a debug version of the error in rpc Client
This commit is contained in:
parent
c6254247c3
commit
b91d44b448
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ impl Client {
|
|||
client.respond_with_error(
|
||||
receipt,
|
||||
proto::Error {
|
||||
message: error.to_string(),
|
||||
message: format!("{:?}", error),
|
||||
},
|
||||
)?;
|
||||
Err(error)
|
||||
|
|
Loading…
Reference in a new issue