Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Jul 24, 2024
1 parent 0bd3d45 commit b05775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharp/TfsCmdlets.Common/Services/Impl/LoggerImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void LogError(Exception ex, string errorId = null, ErrorCategory category

try
{
Log($"Detailed Error:`n{ex.ToJsonString(false)})");
Log($"Detailed Error:\n{ex.ToJsonString(false)})");
}
finally
{
Expand Down

0 comments on commit b05775b

Please sign in to comment.