We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de1090c + e2ee3f6 commit 5b45b37Copy full SHA for 5b45b37
site/src/main.rs
@@ -38,10 +38,7 @@ async fn main() {
38
eprintln!("Loading complete but no data identified; exiting.");
39
std::process::exit(1);
40
}
41
- eprintln!(
42
- "Loading complete; {} commits and {} artifacts",
43
- commits, artifacts,
44
- );
+ eprintln!("Loading complete; found {} artifacts", commits + artifacts);
45
eprintln!(
46
"View the results in a web browser at 'http://localhost:{port}/compare.html'"
47
);
0 commit comments