Skip to content

Commit 184e8bd

Browse files
committed
tidy: add logging for when a tool is done building with cargo
1 parent 3252f85 commit 184e8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ pub fn ensure_version_or_cargo_install(
242242
matches!(bin_path.try_exists(), Ok(true)),
243243
"cargo install did not produce the expected binary"
244244
);
245+
eprintln!("finished building tool {bin_name}");
245246
Ok(bin_path)
246247
}
247248

0 commit comments

Comments
 (0)