mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 01:39:47 +00:00
[enhance] Add rich context to RecursionError messages (#1160)
This commit is contained in:
@@ -347,7 +347,7 @@ describe("SubgraphNode Execution", () => {
|
||||
const executableNodes = new Map()
|
||||
expect(() => {
|
||||
subgraphNode.getInnerNodes(executableNodes)
|
||||
}).toThrow(/while flattening subgraph/i)
|
||||
}).toThrow(/Circular reference detected.*infinite loop in the subgraph hierarchy/i)
|
||||
})
|
||||
|
||||
it("should handle nested subgraph execution", () => {
|
||||
|
||||
Reference in New Issue
Block a user