Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akneni committed Jan 14, 2025
1 parent 48579ab commit bb285a4
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 @@ -398,6 +398,7 @@ async fn handle_check_installs(config: &Config) {
let mut config = config.clone();
let not_installed = package_manager::check_pkgs(&config);

#[cfg(debug_assertions)]
if not_installed.len() > 1 {
dbg!(&not_installed);
}
Expand Down

0 comments on commit bb285a4

Please sign in to comment.