mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-13 11:12:31 +00:00
Show full exception stack trace when a bootstrap import fails
This commit is contained in:
parent
81bf79e9d3
commit
c82293342f
@ -335,7 +335,7 @@ public class Bootstrap {
|
|||||||
this.importFromPath(path);
|
this.importFromPath(path);
|
||||||
|
|
||||||
} catch (InterruptedException | DataException | IOException e) {
|
} catch (InterruptedException | DataException | IOException e) {
|
||||||
throw new DataException(String.format("Unable to import bootstrap: %s", e.getMessage()));
|
throw new DataException("Unable to import bootstrap", e);
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
if (path != null) {
|
if (path != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user