From ce6f3b1273daafe4ccc8c672501cedb1a155986b Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Sun, 28 May 2023 20:39:21 -0500 Subject: [PATCH] Improve error list --- src/lib/components/ComfyGraphErrorList.svelte | 159 +++++++++--------- 1 file changed, 83 insertions(+), 76 deletions(-) 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}
+