Skip to content

Commit 13a02f2

Browse files
committed
Fix return code for comfy launch.
1 parent fcf28f6 commit 13a02f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_cli/command/launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def launch_comfyui(extra):
4848
exit(res)
4949

5050
if not os.path.exists(reboot_path):
51-
exit(res)
51+
exit(res.returncode)
5252

5353
os.remove(reboot_path)
5454
else:

0 commit comments

Comments
 (0)