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
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.
The text was updated successfully, but these errors were encountered:
The
tasks/jsdoc-plugin.js
file is missing a call todone()
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.
The text was updated successfully, but these errors were encountered: