aboutsummaryrefslogtreecommitdiff
path: root/src/util/background/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/background/mod.rs')
-rw-r--r--src/util/background/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/background/mod.rs b/src/util/background/mod.rs
index f7e15b80..636b9c13 100644
--- a/src/util/background/mod.rs
+++ b/src/util/background/mod.rs
@@ -33,7 +33,7 @@ pub struct WorkerInfo {
pub status: WorkerStatus,
pub errors: usize,
pub consecutive_errors: usize,
- pub last_error: Option<String>,
+ pub last_error: Option<(String, u64)>,
}
impl BackgroundRunner {