We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bb430 commit 7d69a0dCopy full SHA for 7d69a0d
src/composables/useMissingNodeScan.ts
@@ -10,7 +10,7 @@ import {
10
import { getCnrIdFromNode } from '@/workbench/extensions/manager/utils/missingNodeErrorUtil'
11
12
/** Scan the live graph for unregistered node types and build a full MissingNodeType list. */
13
-export function scanMissingNodes(rootGraph: LGraph): MissingNodeType[] {
+function scanMissingNodes(rootGraph: LGraph): MissingNodeType[] {
14
const nodeReplacementStore = useNodeReplacementStore()
15
const missingNodeTypes: MissingNodeType[] = []
16
0 commit comments