nodejs/deps/v8/test/inspector/runtime/console-log-doesnt-run-microtasks-expected.txt

21 lines
266 B
Plaintext
Raw Permalink Normal View History

Check that console.log doesn't run microtasks.
{
description : 42
type : number
value : 42
}
{
description : 43
type : number
value : 43
}
{
description : 239
type : number
value : 239
}
{
type : string
value : finished
}