mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 08:54:47 +01:00
improve logging, various qol fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user