mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Simplify only place CreateAndParse was called
This commit is contained in:
@@ -76,7 +76,7 @@ namespace SabreTools.DatTools
|
||||
InternalStopwatch watch = new($"Collecting statistics for '{file.CurrentPath}'");
|
||||
|
||||
List<string> machines = [];
|
||||
DatFile datdata = Parser.CreateAndParse(file.CurrentPath, statsOnly: true, throwOnError: throwOnError);
|
||||
DatFile datdata = Parser.ParseStatistics(file.CurrentPath, throwOnError: throwOnError);
|
||||
|
||||
// Add single DAT stats (if asked)
|
||||
if (single)
|
||||
|
||||
Reference in New Issue
Block a user