Skip to content

Commit

Permalink
added debugging of snap
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Jan 30, 2023
1 parent f1bbe37 commit 50cc483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use std::process::Command;
pub(crate) fn check_bookmarks_file(home: PathBuf) -> bool {
let mut bookmarks_file = home;
bookmarks_file.push(".bcd");
println!("bookmarks-file: {}", bookmarks_file.display());
bookmarks_file.exists()
}

Expand Down

0 comments on commit 50cc483

Please sign in to comment.