Skip to content

Commit

Permalink
Change lint so that process only exits on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachier committed Jan 5, 2014
1 parent cba1920 commit ed135a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yuidoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ YUI.add('yuidoc', function(Y) {
count++;
console.log('#' + count, item.message, item.line + '\n');
});
process.exit(code);
}
process.exit(code);
},
/**
* Process the config, walk the file tree and write out the JSON data.
Expand Down

0 comments on commit ed135a2

Please sign in to comment.