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

Do not fail on JSDoc3 errors #60

Merged
merged 1 commit into from
Oct 7, 2015
Merged

Conversation

tadatuta
Copy link
Member

No description provided.

@@ -36,8 +38,10 @@ module.exports = require('enb/lib/build-flow').create()

jsdoc.on('close', function (code) {
if (code !== 0) {
throw new Error(err);
logger.logWarningAction('js-doc', target, err);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему не err, а не err.stack?

@blond blond added this to the 0.10.1 milestone Oct 6, 2015
blond added a commit that referenced this pull request Oct 7, 2015
@blond blond merged commit 0b73066 into enb:master Oct 7, 2015
@blond blond removed the review label Oct 7, 2015
@tadatuta tadatuta deleted the dontFailOnJSDoc3Errors branch October 7, 2015 13:55
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

Successfully merging this pull request may close these issues.

2 participants