Everything works, actually!

This commit is contained in:
Alex Auvolat
2021-10-19 16:22:07 +02:00
parent a8ae78af0a
commit 12190efd41
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -67,6 +67,7 @@ async fn main() {
if let Err(e) = res {
error!("{}", e);
std::process::exit(1);
}
}