## console.log wrap resolving for the console I've heard this before: > What I really get frustrated by is that I cannot wrap console.* and preserve line numbers cross-browser. We enabled this via [blackboxing](https://developer.chrome.com/devtools/docs/blackboxing) a [bit ago](https://code.google.com/p/chromium/issues/detail?id=267592#c36). If you blackbox the script file the contains the console log wrapper, the stack will be corrected in what is outputted to the console. You can try it out here: http://plnkr.co/edit/3wg4u9HUGXfFH0U7MR7j Screenshots: ![image](https://cloud.githubusercontent.com/assets/39191/6423072/5ff2ead8-be95-11e4-87ba-0e5902d1bb0e.png) ![image](https://cloud.githubusercontent.com/assets/39191/6423073/629efb00-be95-11e4-8fa3-47512a05895d.png) Thanks [crbug/249575](https://code.google.com/p/chromium/issues/detail?id=249575#c16)