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

race condition patch

parent 1f34bf08
......@@ -1010,7 +1010,7 @@ export class ComfyApp {
const app = this;
// Load node definitions from the backend
const defs = await api.getNodeDefs();
this.registerNodesFromDefs(defs);
await this.registerNodesFromDefs(defs);
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