summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipfs-api/examples/bootstrap_default.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipfs-api/examples/bootstrap_default.rs b/ipfs-api/examples/bootstrap_default.rs
index adf2876..9377c49 100644
--- a/ipfs-api/examples/bootstrap_default.rs
+++ b/ipfs-api/examples/bootstrap_default.rs
@@ -42,6 +42,7 @@ async fn main() {
}
Err(e) => {
eprintln!("error dropping bootstrap peers: {}", e);
+ return;
}
}