Make it work on CI

This commit is contained in:
Philipp Hoenisch 2020-10-21 17:53:49 +11:00
parent e1d8a1c39b
commit ae1ea08bb2
No known key found for this signature in database
GPG key ID: E5F8E74C672BC666
4 changed files with 54 additions and 24 deletions

View file

@ -112,6 +112,6 @@ impl AuthenticatedConnection {
.iter(),
)
.await
.map_err(|_| anyhow!("Could not add onion service."))
.map_err(|e| anyhow!("Could not add onion service.: {:#?}", e))
}
}