Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
benchmark: fix typo in method name for source map test
  • Loading branch information
miguelmarcondesf committed Apr 28, 2025
commit 7d48ed396ccfc6658e4f44363ce6f45c56e1aa91
2 changes: 1 addition & 1 deletion benchmark/es/error-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, {
'without-sourcemap',
'sourcemap',
'node-modules-without-sourcemap',
'node-module-sourcemap'],
'node-modules-sourcemap'],
n: [1e5],
});

Expand Down