Don't update the last checked timestamp on failure

This commit is contained in:
mtkennerly 2022-11-07 08:34:44 +08:00
parent e166ac8147
commit 7eabf4a938
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -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);