mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
Added fail result to dbg
This commit is contained in:
parent
d5eb5c53dc
commit
101cc8e6c2
@ -23,7 +23,7 @@ pub fn waku_new(config: Option<NodeConfig>) -> Result<bool> {
|
||||
.expect("Response should always succeed to load to a &str");
|
||||
let json_response: JsonResponse<bool> = serde_json::from_str(result)
|
||||
.map_err(|e| {
|
||||
dbg!(&e);
|
||||
dbg!(&e, result);
|
||||
e
|
||||
})
|
||||
.expect("JsonResponse should always succeed to deserialize");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user