improve logging, various qol fixes

This commit is contained in:
Mikhail
2024-08-31 12:39:47 -04:00
parent f199ca63e0
commit a68a201c13
10 changed files with 210 additions and 9 deletions

View File

@@ -237,11 +237,12 @@ namespace EpinelPS.StaticInfo
if (records == null) throw new Exception(entry + " is missing records element");
currentFile++;
bar.Report((double)currentFile / totalFiles);
return records;
}
int totalFiles = 14;
int totalFiles = 78;
int currentFile = 0;
public async Task Parse()