exe: dont check for options, yet. fixes #163

This commit is contained in:
Jared Allard
2016-01-24 17:28:04 -08:00
parent fb81a9c75e
commit de84339c80
+2 -2
View File
@@ -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?