This commit is contained in:
Dan Wolff 2018-02-12 23:37:59 +01:00
parent 000620be59
commit 653bc8b5e3

View File

@ -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;
}, },