Don't update the last checked timestamp on failure
This commit is contained in:
parent
e166ac8147
commit
7eabf4a938
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ async function main() {
|
|||
process.exit(0);
|
||||
} catch (e) {
|
||||
wikiCache.save();
|
||||
wikiMetaCache.save();
|
||||
steamCache.save();
|
||||
manifest.save();
|
||||
saveMissingGames(wikiCache.data, manifest.data, manifestOverride.data);
|
||||
|
|
Reference in a new issue