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.
1 parent 563cc7d commit f338c42Copy full SHA for f338c42
site/src/main.rs
@@ -42,8 +42,7 @@ async fn main() {
42
let commits = res.index.load().commits().len();
43
let artifacts = res.index.load().artifacts().count();
44
if commits + artifacts == 0 {
45
- eprintln!("Loading complete but no data identified; exiting.");
46
- std::process::exit(1);
+ eprintln!("Warning: loading complete but no data identified.");
47
}
48
eprintln!("Loading complete; found {} artifacts", commits + artifacts);
49
eprintln!(
0 commit comments