mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 06:53:52 +00:00

PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
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:22: Error: exception
|
|
console.info({ toString: () => {throw new Error("exception");} })
|
|
^
|
|
Error: exception
|
|
at Object.toString (*%(basename)s:22:39)
|
|
at console.info (<anonymous>)
|
|
at *%(basename)s:22:9
|
|
|