Skip to content

Commit

Permalink
fixes #1169
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Jun 14, 2022
1 parent dbf59a7 commit c234ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/net/tor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ impl TorControllerInner {
.get_info("onions/current")
.await?
.lines()
.filter(|l| !l.trim().is_empty())
.map(|l| l.trim().parse().with_kind(ErrorKind::Tor))
.collect()
}
Expand Down

0 comments on commit c234ed6

Please sign in to comment.