mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build, DatFile, Logger] Misc. changes requested by Obiwantje
This commit is contained in:
@@ -114,7 +114,7 @@ namespace SabreTools.Helper
|
||||
}
|
||||
|
||||
TimeSpan span = DateTime.Now.Subtract(_start);
|
||||
string total = span.ToString(@"hh\:mm\:ss\.fffff");
|
||||
string total = span.ToString(@"hh\:mm\:ss");
|
||||
if (!_tofile)
|
||||
{
|
||||
Console.WriteLine("Total runtime: " + total);
|
||||
|
||||
Reference in New Issue
Block a user