ehynds / grunt-remove-logging

Grunt.js task for removing console logging statements
MIT License
192 stars 33 forks source link

correct brackets issue #35

Open deblockt opened 9 years ago

deblockt commented 9 years ago

when two close brackets are in the same line, the regex go while to bracket. Exemple : function(error){console.log(error)})("myerror") become function(error){