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
Returning from an ensure block is a code smell, because it will silently discard
whatever was raised (prior to entering the ensure). Make an exception for the
configurer code because it's already spaghetti.
0 commit comments