diff --git a/src/lib/components/ComfyGraphErrorList.svelte b/src/lib/components/ComfyGraphErrorList.svelte index ad68d26..7680169 100644 --- a/src/lib/components/ComfyGraphErrorList.svelte +++ b/src/lib/components/ComfyGraphErrorList.svelte @@ -68,88 +68,91 @@
{line}
- {/each}
+ {#if error.traceback}
+ {line}
+ {/each}
+