mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Throw exception and break out of loop if archive rebuilding fails
This commit is contained in:
@@ -106,6 +106,7 @@ public class BlockArchiveRebuilder {
|
||||
|
||||
} catch (IOException | TransformationException e) {
|
||||
LOGGER.info("Caught exception when rebuilding block archive", e);
|
||||
throw new DataException("Unable to rebuild block archive");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user