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
Otherwise we can end up with a situation where the user issues a ^C
after the application has started running the command, but before we've
got the worker pid. Thus the client process exits but the worker process
carries on running, and output appears on the user's terminal.
0 commit comments