1
0
mirror of https://github.com/c9fe/22120.git synced 2024-11-14 23:12:30 +01:00

"Looks ok"

This commit is contained in:
Cris Stringfellow 2021-12-16 17:53:06 +08:00
parent 1f6f3e26a1
commit 68d6100d05

View File

@ -583,6 +583,7 @@ function loadFiles() {
try { try {
State.Cache = new Map(JSON.parse(Fs.readFileSync(CACHE_FILE()))); State.Cache = new Map(JSON.parse(Fs.readFileSync(CACHE_FILE())));
State.Index = new Map(JSON.parse(Fs.readFileSync(INDEX_FILE()))); State.Index = new Map(JSON.parse(Fs.readFileSync(INDEX_FILE())));
State.SavedCacheFilePath = CACHE_FILE(); State.SavedCacheFilePath = CACHE_FILE();
State.SavedIndexFilePath = INDEX_FILE(); State.SavedIndexFilePath = INDEX_FILE();
State.SavedFTSIndexDirPath = FTS_INDEX_DIR(); State.SavedFTSIndexDirPath = FTS_INDEX_DIR();