webpack-clear-console icon indicating copy to clipboard operation
webpack-clear-console copied to clipboard

In case of containing a ")" into the log message the replacement breaks whole javascript.

Open indiketa opened this issue 6 years ago • 1 comments

console.log("this will fail (" + b + ")");
console.log("this will fail too (" + b + ")"); /*NotClearConsole*/

indiketa avatar Jan 02 '19 08:01 indiketa

PR #6 solves this issue.

indiketa avatar Jan 02 '19 08:01 indiketa