Skip to content

Commit

Permalink
debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Aug 19, 2024
1 parent fe3db0e commit 03b1d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/handlers/install_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ pub async fn start(
downloaded_checksum.file_name, downloaded_checksum.file_format
));

println!("{} {}", archive_path.display(), checksum_path.display());

if !sha256cmp(&archive_path, &checksum_path)? {
tokio::fs::remove_file(archive_path).await?;
tokio::fs::remove_file(checksum_path).await?;
Expand Down

0 comments on commit 03b1d9a

Please sign in to comment.