Skip to content

Commit

Permalink
feat: add error log to downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed Aug 23, 2024
1 parent a320648 commit 02175ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ impl Handler {
std::process::exit(0);
}
Err(e) => {
println!("Failed to download update: {}", e);
callback
.call(None, &make_args!("failed", e.to_string()), None)
.unwrap();
Expand Down

0 comments on commit 02175ba

Please sign in to comment.