"vscode:/vscode.git/clone" did not exist on "e367ac469c27949854a08c5c5ba5b392c3fbcb0a"
Commit 8e8d6070 authored by ltdrdata's avatar ltdrdata
Browse files

race condition patch

parent 1f34bf08
...@@ -1010,7 +1010,7 @@ export class ComfyApp { ...@@ -1010,7 +1010,7 @@ export class ComfyApp {
const app = this; const app = this;
// Load node definitions from the backend // Load node definitions from the backend
const defs = await api.getNodeDefs(); const defs = await api.getNodeDefs();
this.registerNodesFromDefs(defs); await this.registerNodesFromDefs(defs);
await this.#invokeExtensionsAsync("registerCustomNodes"); await this.#invokeExtensionsAsync("registerCustomNodes");
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment