Skip to content

Commit

Permalink
Changed verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 22, 2024
1 parent e662c41 commit b693336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/todesktop/postInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function postInstall() {
console.log('After Yarn Install ' , os.platform());
if (fs.existsSync(path.join('./assets','ComfyUI')))
{
throw new Error("You are trying to install ComfyCLI when it has already been installed!");
throw new Error("ComfyUI has already been installed!");
}

if (os.platform() === "win32")
Expand Down

0 comments on commit b693336

Please sign in to comment.