You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(renamer-page): suppress cleanup exceptions to avoid masking primary failure
Wrap recursive directory removal in try-catch with @ error suppression
so that cleanup failures do not mask the primary exception when
remove_path() is called from a catch block.
0 commit comments