mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Respond with a debug version of the error in rpc Client
This commit is contained in:
parent
c6254247c3
commit
b91d44b448
@ -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 New Issue
Block a user