Created
December 3, 2010 10:42
-
-
Save dotmaster/726814 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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