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

Task does not continue on failure with --force because done() is not called #140

Closed
craig0990 opened this issue Jul 16, 2015 · 0 comments
Closed

Comments

@craig0990
Copy link

The tasks/jsdoc-plugin.js file is missing a call to done() after line 117. This causes Grunt to hang indefinitely when JSDoc exits with a non-zero error code, even when using --force.

(We are slowly migrating to JSDoc and want to generate whatever JSDoc can handle at the moment, hence the use of --force)

I'll submit a pull request shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant