Files
ComfyUI_frontend/browser_tests/utils
bymyself ade93c07ff fix: handle EPERM/EBUSY in global teardown restorePath
On Windows, Chromium may still hold file handles on the user-data
directory when teardown runs. Split restorePath into an explicit
remove-then-move, with the remove retried up to 3 times on EPERM/EBUSY.
Downgrades the error to a warning so teardown does not surface spurious
failures.

Fixes #11009
2026-04-10 05:03:34 +00:00
..