Skip to content

Commit

Permalink
Merge branch 'dev' into profile_pic_banner_split
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 authored Jan 30, 2024
2 parents e31c817 + 3d9ae73 commit df30319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Drop for WindowDropHandler {
fn drop(&mut self) {
let cmd_tx = WINDOW_CMD_CH.tx.clone();
if let Err(_e) = cmd_tx.send(self.cmd) {
// todo: log error
log::error!("Failed to send command in WindowDropHandler: {}", _e);
}
}
}

0 comments on commit df30319

Please sign in to comment.