mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-12 00:42:03 +00:00
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