I just encountered this weird problem. I don't remember I have it before but it has been quite a while since last time I develop any Chrome stuff.
The picture below pretty much speaks it by itself:
Why does Chrome console constantly return undefined for console.log
command? Any console.log
used in js scripts also return the same.
Update
console.log.toString()
returns "function log() { [native code] }"