Fixed Write -> WriteLine
This commit is contained in:
parent
a9cf27c44d
commit
67cdc1b755
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ namespace Microsoft.DotNet.Tools.Compiler
|
|||
|
||||
Reporter.Output.WriteLine();
|
||||
|
||||
Reporter.Output.Write($"Time elapsed {sw.Elapsed}");
|
||||
Reporter.Output.WriteLine($"Time elapsed {sw.Elapsed}");
|
||||
|
||||
return success;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue