Add comment about potential Iris file handling

This commit is contained in:
James Seibel
2024-02-01 21:05:27 -06:00
parent 35af4eaed3
commit cbc34fad82
@@ -306,7 +306,7 @@ public abstract class AbstractDataSourceHandler<TDataSource extends IDataSource<
AbstractDataSourceHandler.this.writeDataSourceToFile(finalDataSource);
}
}
catch (Exception e)
catch (Exception e) // this can throw errors (not exceptions) when installed in Iris' dev environment for some reason due to an issue with LZ4's compression library
{
LOGGER.error("Failed to save updated data for section ["+pos+"], error: ["+e.getMessage()+"]", e);
}