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