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: propagate updateCustomMode errors to prevent false-positive import success
updateCustomMode() was catching and swallowing all errors, causing
importModeWithRules() to return success even when mode persistence failed.
This led to auto-switch attempting to activate modes that never persisted.
0 commit comments