mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Added verbosity to debug
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
f6d0bfbc46
commit
52d97e5533
1 changed files with 4 additions and 0 deletions
|
|
@ -148,6 +148,10 @@ pub fn main(uri: String, yes_flag: bool, branch: &Option<String>) -> Result<()>
|
|||
&to.clone().to_str().unwrap()
|
||||
);
|
||||
|
||||
eprintln!("=> Collection: {}", local_collection[0..&local_collection.len() - 1].join(MAIN_SEPARATOR_STR));
|
||||
eprintln!("=> local_to_folder: {}", &local_to_folder);
|
||||
eprintln!("=> complete_local_path: {}", &complete_local_path);
|
||||
|
||||
debug!("=> {}", &complete_local_path);
|
||||
|
||||
fs::create_dir_all(&local_to_folder).unwrap_or(());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue