Skip to content

Commit

Permalink
Add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Oct 4, 2016
1 parent bbaefb3 commit 7fc31b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ exports.findSwagger = function(cb, opts) {

swagger.validate(generatedSwagger, function(err, api) {
if(err) {

// TODO: We should go through the crappy validation stuff
// and try to make it easier to understand

console.log("");
console.log("Error validating Swagger!".red);
console.log("");
Expand Down

0 comments on commit 7fc31b8

Please sign in to comment.