Browse Source

Fix issue with logging missing nodes.

pull/1148/head
comfyanonymous 1 year ago
parent
commit
0cb14a33f6
  1. 2
      web/scripts/app.js

2
web/scripts/app.js

@ -1310,7 +1310,7 @@ export class ComfyApp {
).join("")}</ul>Nodes that have failed to load will show as red on the graph.` ).join("")}</ul>Nodes that have failed to load will show as red on the graph.`
); );
this.logging.addEntry("Comfy.App", "warn", { this.logging.addEntry("Comfy.App", "warn", {
MissingNodes: nodes, MissingNodes: missingNodeTypes,
}); });
} }
} }

Loading…
Cancel
Save