Fix issue with logging missing nodes.
This commit is contained in:
parent
fc71cf656e
commit
0cb14a33f6
|
@ -1310,7 +1310,7 @@ export class ComfyApp {
|
|||
).join("")}</ul>Nodes that have failed to load will show as red on the graph.`
|
||||
);
|
||||
this.logging.addEntry("Comfy.App", "warn", {
|
||||
MissingNodes: nodes,
|
||||
MissingNodes: missingNodeTypes,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue