Merge 584726df78 into fe4e9f9d97
This commit is contained in:
commit
4b4b6941b8
|
|
@ -409,7 +409,7 @@ async.eachLimit(files, 1, function (file, cb) {
|
|||
writeNameCache("props", cache);
|
||||
})();
|
||||
|
||||
var SCOPE_IS_NEEDED = COMPRESS || MANGLE || ARGS.lint
|
||||
var SCOPE_IS_NEEDED = COMPRESS || MANGLE || ARGS.lint;
|
||||
var TL_CACHE = readNameCache("vars");
|
||||
|
||||
if (SCOPE_IS_NEEDED) {
|
||||
|
|
@ -528,7 +528,7 @@ function getOptions(x, constants) {
|
|||
ret[name] = true;
|
||||
return true; // no descend
|
||||
}
|
||||
print_error(node.TYPE)
|
||||
print_error(node.TYPE);
|
||||
print_error("Error parsing arguments in: " + x);
|
||||
process.exit(1);
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user