This commit is contained in:
space-nuko
2023-05-27 02:04:20 -05:00
parent 17d6e68b75
commit 5cb93e6581

View File

@@ -89,7 +89,7 @@
{#if error.exceptionType} {#if error.exceptionType}
<span>({error.exceptionType})</span> <span>({error.exceptionType})</span>
{/if} {/if}
{#if error.exceptionMessage} {#if error.exceptionMessage && !isExecutionError}
<div style:text-decoration="underline">{error.exceptionMessage}</div> <div style:text-decoration="underline">{error.exceptionMessage}</div>
{/if} {/if}
{#if error.input} {#if error.input}