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