Fix issue with logging missing nodes.

This commit is contained in:
comfyanonymous 2023-08-05 21:53:57 -04:00
parent fc71cf656e
commit 0cb14a33f6
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});
}
}