Skip to content

Commit 6028a49

Browse files
committed
admin/upload-index: Restore "skipping file" output
1 parent d480f3a commit 6028a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/admin/upload_index.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ pub fn run(opts: Opts) -> anyhow::Result<()> {
3939
let crate_name = file.file_name().unwrap().to_str().unwrap();
4040
let path = repo.index_file(crate_name);
4141
if !path.exists() {
42+
pb.suspend(|| println!("skipping file `{}`", crate_name));
4243
continue;
4344
}
4445

0 commit comments

Comments
 (0)