adamschwartz / log

Console.log with style.
https://adamschwartz.co/log
MIT License
3.01k stars 140 forks source link

Fixed regex reported Issue #12 Wrong processing (), [] in log string #13

Closed craniumslows closed 11 years ago

craniumslows commented 11 years ago

The regex wasn't escaping the parenthesis and it was only looking for a left not the right. Confirmed working in

Chrome 26.0.1410.65 Project broken for Firefox 20 and Webkit nightly 149402 (I tried the current source and I couldn't get it to work before the changes either so at least this is fixing one of the issues right?)

craniumslows commented 11 years ago

I grabbed Firefox but not Firebug so we're probably ok there, but I don't think I need anything special for Webkit right?

Sorry I'm learning this site and think a different solution would work. I'm going to close this or cancel it w/e it's called and make another try.