Skip to content

Commit

Permalink
del: print on cache
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Sep 13, 2024
1 parent cf35333 commit cc6d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn get_pkg_index() -> Result<String> {
match pkg_list {
Ok(s) => match s {
Some(s) => return Ok(s),
None => eprintln!("Cache is empty"),
None => {}
},
Err(e) => eprintln!("Error: Reading cache: {e}"),
}
Expand Down

0 comments on commit cc6d4dc

Please sign in to comment.