Skip to content

Commit

Permalink
server: add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Oct 8, 2023
1 parent 4d3c47d commit 11ba358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typhon/src/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub mod live {
not_found_sender,
})
.await
.unwrap();
.unwrap(); // FIXME: panics here

if not_found_receiver.await.unwrap() {
None
Expand Down

0 comments on commit 11ba358

Please sign in to comment.