diff --git a/src/lib/components/ComfyGraphErrorList.svelte b/src/lib/components/ComfyGraphErrorList.svelte index 694874d..99dcad9 100644 --- a/src/lib/components/ComfyGraphErrorList.svelte +++ b/src/lib/components/ComfyGraphErrorList.svelte @@ -88,11 +88,15 @@ {error.message} {#if error.exceptionType} ({error.exceptionType}) - {:else if error.input} + {/if} + {#if error.exceptionMessage} +
{error.exceptionMessage}
+ {/if} + {#if error.input}
- Input Name: {error.input.name} + Input: `{error.input.name}` {#if error.input.config} - Type: {getInputTypeName(error.input.config[0])} + ({getInputTypeName(error.input.config[0])}) {/if}
{#if canJumpToDisconnectedInput(error)}