diff --git a/lib/compress.js b/lib/compress.js index 9387a821..0f3a795c 100644 --- a/lib/compress.js +++ b/lib/compress.js @@ -1601,7 +1601,7 @@ merge(Compressor.prototype, { case "Function": case "Error": case "Array": - return make_node(AST_Call, self, self); + return make_node(AST_Call, self, self).transform(compressor); } } }