Open KeZhang opened 10 years ago
if the js file has an segment like
var str='We should not remove the info : console.log("ddd");';
after remove log it become
var str='We should not remove the info : ';
I think it should ignore this kind of console
if the js file has an segment like
after remove log it become
I think it should ignore this kind of console