mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-07 21:00:49 +08:00
Update main.py
This commit is contained in:
parent
e8d6b9a593
commit
2fc6ddd270
2
main.py
2
main.py
@ -332,7 +332,7 @@ def prompt_worker_failfast(*args, **kwargs):
|
|||||||
try:
|
try:
|
||||||
return prompt_worker(*args, **kwargs)
|
return prompt_worker(*args, **kwargs)
|
||||||
except Exception:
|
except Exception:
|
||||||
logging.critical("Fatal: prompt_worker crashed", exc_info=True)
|
logging.critical("Unhandled exception in prompt_worker; exiting process.", exc_info=True)
|
||||||
os._exit(1)
|
os._exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user