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
Correctly skip next prompt when interrupting foreground task
I believe this was the original intention, and indeed, debugging
shows that it is the correct behavior. On F8 we need to skip the
next prompt so the evaluated task runs instead, and then the
REPL correctly prompts after the evaluation is finished.
0 commit comments