From 7fc31b821b4201344d6717af16d0c4338f4a87d4 Mon Sep 17 00:00:00 2001 From: Gregory Koberger Date: Mon, 3 Oct 2016 21:57:12 -0700 Subject: [PATCH] Add a todo --- utils.js | 4 ++++ 1 file changed, 4 insertions(+) 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("");