Skip to content

Instantly share code, notes, and snippets.

@dotmaster
Created December 3, 2010 10:42
Show Gist options
  • Save dotmaster/726814 to your computer and use it in GitHub Desktop.
Save dotmaster/726814 to your computer and use it in GitHub Desktop.
console.log("test")
Sat, 04 Dec 2010 11:16:04 GMT ["test"] 1291461364287
undefined
console.log("test2")
Sat, 04 Dec 2010 11:16:07 GMT ["test2"] 1291461367231
undefined
log.history
Object
1291461364287: Object
arguments: Array[1]
stackTrace: "Error at Console.log (eval at <anonymous> (unknown source)) at eval at <anonymous> (unknown …"
__proto__: Object
1291461367231: Object
__proto__: Object
log.history[1291461364287].stackTrace
"Error
at Console.log (eval at <anonymous> (unknown source))
at eval at <anonymous> (unknown source)
at eval (native)
at Object._evaluateOn (unknown source)
at Object._evaluateAndWrap (unknown source)
at Object.evaluate (unknown source)
at Object.dispatch (unknown source)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment