Skip to content

Commit 02175ba

Browse files
feat: add error log to downloader
1 parent a320648 commit 02175ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ impl Handler {
758758
std::process::exit(0);
759759
}
760760
Err(e) => {
761+
println!("Failed to download update: {}", e);
761762
callback
762763
.call(None, &make_args!("failed", e.to_string()), None)
763764
.unwrap();

0 commit comments

Comments
 (0)