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
This is a significant refactor to make it so when an error occurs in one
parallel script, the others are killed and also to ensure that an error
in one serial script will result in the others not being executed.
Closes#48
I wonder if p-s should stop the execution when an error occurs when executing multiple commands (in parallel or not).
Any thoughts?
Especially when p-s run a command and then the second command depends on the first one...
The text was updated successfully, but these errors were encountered: