Skip to content

Commit

Permalink
Fix stack trace test
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Dec 31, 2023
1 parent 5f0cfd0 commit 06636e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/test/stacktrace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ describe('Stack parsing', () => {
},
{
filename: 'node:internal/process/task_queues',
module: 'task_queues',
module: 'node:internal.process.task_queues',
function: 'processTicksAndRejections',
lineno: 96,
colno: 5,
Expand Down

0 comments on commit 06636e5

Please sign in to comment.