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