diff --git a/utils.js b/utils.js index 8d3ce6909..5543cf0ea 100644 --- a/utils.js +++ b/utils.js @@ -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("");