Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"finish then fail" #20

Closed
robrich opened this issue Jan 15, 2014 · 6 comments
Closed

"finish then fail" #20

robrich opened this issue Jan 15, 2014 · 6 comments

Comments

@robrich
Copy link
Owner

robrich commented Jan 15, 2014

from gulpjs/gulp#113

@danielchatfield
Copy link

👍

@yocontra
Copy link
Contributor

yocontra commented Mar 3, 2014

+10000

@danielchatfield
Copy link

+10001

On Monday, 3 March 2014, Eric Schoffstall notifications@github.com wrote:

+10000

Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-36566192
.

For contact info visit: www.danielchatfield.com

@robrich
Copy link
Owner Author

robrich commented Mar 5, 2014

Implimented in 4e1b56b. .runParallel('task1', {continueOnError:true}, function (err, stats) { will have a null err if task1 fails.

@robrich
Copy link
Owner Author

robrich commented Mar 16, 2014

This is now a feature of Orchestrator's develop branch. .run(.parallel('task1'), {continueOnError:true}, function (err, stats) {. (runParallel needs a bit of work to understand that an option could be the second-to-last arg to get the exact syntax above.) Give it a try and see if it's sufficient.

@robrich
Copy link
Owner Author

robrich commented Mar 24, 2014

Implemented in https://github.com/orchestrator/orchestrator/tree/develop, track progress in gulpjs/gulp#347

@robrich robrich closed this as completed Mar 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants