diff --git a/lib/exe.js b/lib/exe.js index cb4ae12..ab8c2c4 100644 --- a/lib/exe.js +++ b/lib/exe.js @@ -76,12 +76,12 @@ exports.compile = function (options, complete) { process.exit() } - option_list.forEach(function(v) { + /* option_list.forEach(function(v) { if(options[v] === undefined) { _log("error", "option "+v+" was empty") process.exit(); } - }); + }); */ /** * Have we been given a custom flag for python executable?