mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: fix test-heapdump-worker
This test was broken by de2c68c7dd.
Refs: https://github.com/nodejs/node/pull/31386
PR-URL: https://github.com/nodejs/node/pull/31494
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
committed by
Rich Trott
parent
725682cc50
commit
278d37d90d
@@ -9,7 +9,6 @@ const worker = new Worker('setInterval(() => {}, 100);', { eval: true });
|
||||
validateSnapshotNodes('Node / Worker', [
|
||||
{
|
||||
children: [
|
||||
{ node_name: 'Node / AsyncRequest', edge_name: 'on_thread_finished_' },
|
||||
{ node_name: 'Node / MessagePort', edge_name: 'parent_port' },
|
||||
{ node_name: 'Worker', edge_name: 'wrapped' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user