74b0f15078
This should make d8 behave closer to node. Change-Id: Ic871aed194b277262d70f53cfd02a50a3447f2a4 Reviewed-on: https://chromium-review.googlesource.com/718757 Reviewed-by: Camillo Bruni <cbruni@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#48549}
17 lines
467 B
Plaintext
17 lines
467 B
Plaintext
console.timeEnd: default, {NUMBER}
|
|
console.timeEnd: abcd, {NUMBER}
|
|
console.timeEnd: b, {NUMBER}
|
|
console.timeEnd: a, {NUMBER}
|
|
log more
|
|
console.warn: warn 2
|
|
console.debug: debug
|
|
console.info: info
|
|
console.info: *%(basename)s:24: Error: exception
|
|
console.info({ toString: () => {throw new Error("exception");} })
|
|
^
|
|
Error: exception
|
|
at Object.toString (*%(basename)s:24:39)
|
|
at console.info (<anonymous>)
|
|
at *%(basename)s:24:9
|
|
|