3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-12 02:05:50 +00:00

Log full stack trace if loading a QDN resource fails due to a DataException.

This commit is contained in:
CalDescent 2022-08-20 11:57:53 +01:00
parent 1694d4552e
commit ff96868bd9

View File

@ -170,6 +170,7 @@ public class ArbitraryDataReader {
this.validate();
} catch (DataException e) {
LOGGER.info("DataException when trying to load QDN resource", e);
this.deleteWorkingDirectory();
throw new DataException(e.getMessage());