exe: dont check for options, yet. fixes #163
This commit is contained in:
+2
-2
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user