Make the stack trace look better.
This commit is contained in:
parent
946eb33363
commit
811c3a994f
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<#if item.cause??>
|
<#if item.cause??>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">${item.cause}</td>
|
<td colspan="2"><pre>${item.cause}</pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
</#if>
|
</#if>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<#if item.cause??>
|
<#if item.cause??>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">${item.cause}</td>
|
<td colspan="2"><pre>${item.cause}</pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
</#if>
|
</#if>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue