Track articles with malformed wikitext

This commit is contained in:
mtkennerly 2024-04-21 22:41:41 -04:00
parent f055532220
commit 2870f7686e
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
3 changed files with 23 additions and 8 deletions

View file

@ -67,7 +67,7 @@ impl SteamCache {
i += 1;
if i % SAVE_INTERVAL == 0 {
self.save();
println!("\n:: saved\n");
println!("\n:: saved ({i})\n");
}
}
}