1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Highlight nodes with errors in red even when workflow works fine.

This commit is contained in:
comfyanonymous
2023-07-13 02:25:38 -04:00
parent b2f03164c7
commit 876dadca84
3 changed files with 14 additions and 7 deletions

View File

@@ -202,6 +202,8 @@ class ComfyApi extends EventTarget {
response: await res.json(),
};
}
return await res.json();
}
/**