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
Sometimes (or always?) we evaluate the ns form before running evaluating the actual code with interactive eval operations. The return value of the ns form (nil) is then displayed in the minibuffer.
Usually, this is immediately replaced with the return value of the actual code. However, if the code takes a while to evaluate, the user will be presented with nil as if it were the actual return value, which can be very confusing.