We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e5ca6 commit 482cc7eCopy full SHA for 482cc7e
extentreports-dotnet-core/Views/Html/Partials/Log.cshtml
@@ -15,7 +15,7 @@
15
<td>
16
@if (log.HasException)
17
{
18
- <textarea disabled class="code-block">@log.ExceptionInfo.Exception.StackTrace</textarea>
+ <textarea disabled class="code-block">@log.ExceptionInfo.Exception.ToString()</textarea>
19
}
20
else
21
0 commit comments