mirror of
https://github.com/c9fe/22120.git
synced 2024-11-14 23:12:30 +01:00
"Looks ok"
This commit is contained in:
parent
1f6f3e26a1
commit
68d6100d05
@ -583,6 +583,7 @@ function loadFiles() {
|
||||
try {
|
||||
State.Cache = new Map(JSON.parse(Fs.readFileSync(CACHE_FILE())));
|
||||
State.Index = new Map(JSON.parse(Fs.readFileSync(INDEX_FILE())));
|
||||
|
||||
State.SavedCacheFilePath = CACHE_FILE();
|
||||
State.SavedIndexFilePath = INDEX_FILE();
|
||||
State.SavedFTSIndexDirPath = FTS_INDEX_DIR();
|
||||
|
Loading…
Reference in New Issue
Block a user