Skip to content

Commit

Permalink
Fix V3118
Browse files Browse the repository at this point in the history
  • Loading branch information
pashcovich committed Oct 27, 2017
1 parent b909cdd commit 305f854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void Main(string[] args)
Console.WriteLine(
string.Format("[{0}]:\t转换完成[{1}毫秒].",
Path.GetFileName(options.ExcelPath),
dur.Milliseconds)
dur.TotalMilliseconds)
);
}

Expand Down

0 comments on commit 305f854

Please sign in to comment.