Skip to content

Commit

Permalink
Call done() even on failure - fixes #140
Browse files Browse the repository at this point in the history
  • Loading branch information
craig0990 committed Jul 16, 2015
1 parent c3e4515 commit 8bb009c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/jsdoc-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = function jsDocTask(grunt) {
done(true);
} else {
grunt.fail.warn('jsdoc terminated with a non-zero exit code', errorCode.task);
done();
}
});
});
Expand Down

0 comments on commit 8bb009c

Please sign in to comment.