We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06b45d commit 461dc47Copy full SHA for 461dc47
Hi3Helper.SharpHDiffPatch/PatchSingle/PatchSingle.cs
@@ -88,7 +88,7 @@ private void StartPatchRoutine(Stream inputStream, Stream outputStream)
88
stopwatch.Stop();
89
90
TimeSpan timeTaken = stopwatch.Elapsed;
91
- Console.WriteLine($"Patch has been finished in {timeTaken.TotalSeconds} seconds ({timeTaken.Milliseconds} ms)");
+ Console.WriteLine($"Patch has been finished in {timeTaken.TotalSeconds} seconds ({timeTaken.TotalMilliseconds} ms)");
92
}
93
94
0 commit comments