Skip to content

Commit e840fd5

Browse files
miguelmarcondesfaduh95
authored andcommitted
benchmark: fix typo in method name for error-stack
PR-URL: #58128 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Edy Silva <[email protected]>
1 parent 8c2cf3a commit e840fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/es/error-stack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, {
1010
'without-sourcemap',
1111
'sourcemap',
1212
'node-modules-without-sourcemap',
13-
'node-module-sourcemap'],
13+
'node-modules-sourcemap'],
1414
n: [1e5],
1515
});
1616

0 commit comments

Comments
 (0)