cleanup
This commit is contained in:
parent
000620be59
commit
653bc8b5e3
|
|
@ -202,11 +202,7 @@ merge(Compressor.prototype, {
|
|||
node.process_expression(false);
|
||||
}
|
||||
if (this.option("void")) {
|
||||
try {
|
||||
node.process_void();
|
||||
} catch (e) {
|
||||
console.warn(e);
|
||||
}
|
||||
node.process_void();
|
||||
}
|
||||
return node;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user