summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.rs b/src/state.rs
index 2bc0220..b4ebc3c 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -1256,8 +1256,8 @@ impl State {
None,
None,
)
- .unwrap();
// Ignores error to continue the update_list process.
+ .unwrap_or(());
}
}