@@ -14166,7 +14166,7 @@ Compressor.prototype.compress = function(node) {
|
||||
stat.walk(find_return);
|
||||
return !abort;
|
||||
}) && node.bcatch) node.bcatch.walk(find_return);
|
||||
return true;
|
||||
return;
|
||||
}
|
||||
if (node instanceof AST_Scope) return true;
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user