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
Ignorable signals sent to the parent runx process are now ignored (e.g. SIGINT). runx now only terminates when the child ruby process terminates. This allows the Runfile script to handle signals specially without having the runx process terminate early.