mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +00:00
[enhance] Add rich context to RecursionError messages (#1160)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { describe, expect, it, vi } from "vitest"
|
||||
|
||||
import { LGraph } from "@/litegraph"
|
||||
import { SubgraphNode } from "@/subgraph/SubgraphNode"
|
||||
|
||||
import { subgraphTest } from "./fixtures/subgraphFixtures"
|
||||
import {
|
||||
createEventCapture,
|
||||
createTestSubgraph,
|
||||
createTestSubgraphNode,
|
||||
} from "./fixtures/subgraphHelpers"
|
||||
@@ -427,4 +425,4 @@ describe("SubgraphMemory - Performance and Scale", () => {
|
||||
expect(rootGraph.nodes.length).toBe(0)
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user