mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 11:26:38 -04:00
update CacheRepository
This commit is contained in:
parent
f54a9e9ad1
commit
6463955afa
@ -72,6 +72,7 @@ public class CacheRepository {
|
||||
}
|
||||
} else {
|
||||
index = new LinkedHashMap<>();
|
||||
indexFileLastModified = null;
|
||||
}
|
||||
} catch (IOException | JsonParseException e) {
|
||||
LOG.warning("Unable to read index file", e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user