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
messagesActions [nfc]: Separate nearOperand-is-null case into early return
NFC because doNarrow's second param defaults to 0, so not passing a
second argument is the same as passing 0 for it.
Also NFC because doNarrow drops that param on the floor.
0 commit comments