aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/projectstore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/projectstore.cpp')
-rw-r--r--src/zenstore/projectstore.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zenstore/projectstore.cpp b/src/zenstore/projectstore.cpp
index 2f97de5de..657d2ca64 100644
--- a/src/zenstore/projectstore.cpp
+++ b/src/zenstore/projectstore.cpp
@@ -3974,6 +3974,12 @@ ProjectStore::Project::Scrub(ScrubContext& Ctx)
Abort = true;
Work.Wait();
}
+ catch (const std::exception& Ex)
+ {
+ ZEN_WARN("Scrubbing failed: '{}'", Ex.what());
+ Abort = true;
+ Work.Wait();
+ }
}
uint64_t