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
Abort if the command for run fails and exit_on_failure? is true
According to the description of `exit_on_failure?`,
the process should exit with status 1 if any error happens.
I think that it should be also applied to `run`.
Although we can pass `abort_on_failure` option for `run`,
passing it every time seems a little redundant when we call
`run` multiple times. This is the other reason for this change.
0 commit comments