mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
Fix double resolve
This commit is contained in:
parent
fa65943b56
commit
0da6173268
@ -35,11 +35,11 @@ async function setup() {
|
||||
if (err) {
|
||||
rej(err);
|
||||
} else {
|
||||
console.log("Done!")
|
||||
res();
|
||||
}
|
||||
}
|
||||
);
|
||||
res();
|
||||
});
|
||||
})
|
||||
.on("error", rej);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user