Skip to content

Commit

Permalink
Update src-tauri/src/controller_binaries.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Swarnim Arun <[email protected]>
  • Loading branch information
Janaka-Steph and swarnimarun authored Oct 2, 2023
1 parent d61830d commit 614814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/controller_binaries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn download_service(
}

// Update status to "downloading"
println!("Updating {:?} status to downloading", binary_path);
println!("Updating {} status to downloading", binary_path.display());
{
let mut status_lock = state.download_statuses.lock().await;
status_lock.insert(
Expand Down

0 comments on commit 614814d

Please sign in to comment.