PR-URL: https://github.com/nodejs/node/pull/35415 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
38 lines
492 B
Plaintext
38 lines
492 B
Plaintext
Test for console.timeLog
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : 42: 1 ms
|
|
}
|
|
[1] : {
|
|
type : string
|
|
value : a
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : 42: 2 ms
|
|
}
|
|
[1] : {
|
|
type : string
|
|
value : a
|
|
}
|
|
[2] : {
|
|
type : string
|
|
value : b
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : 42: 3 ms
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : Timer '42' does not exist
|
|
}
|
|
]
|