[Logger, Stats] Add suppression of end runtime

This commit is contained in:
Matt Nadareski
2016-06-13 00:40:32 -07:00
parent 091a3ba4aa
commit 5325b711de
2 changed files with 32 additions and 18 deletions

View File

@@ -553,7 +553,7 @@ namespace SabreTools
statlog.Start();
Stats stats = new Stats(newinputs, single, statlog);
stats.Process();
statlog.Close();
statlog.Close(true);
}
/// <summary>