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
runProcess would yield control back to the caller and then it would
try to kill it. This could cause some strange behavior in tests when
they fail.
Moreover, the former solution assumed exceptions were not masked
uninterruptibly. This patch has runProcess work even in such cases.
0 commit comments