Skip to content

Commit 06636e5

Browse files
committed
Fix stack trace test
1 parent 5f0cfd0 commit 06636e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/stacktrace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ describe('Stack parsing', () => {
329329
},
330330
{
331331
filename: 'node:internal/process/task_queues',
332-
module: 'task_queues',
332+
module: 'node:internal.process.task_queues',
333333
function: 'processTicksAndRejections',
334334
lineno: 96,
335335
colno: 5,

0 commit comments

Comments
 (0)