From 4db978b111bf8164e000ea54ac744e1bf056b59a Mon Sep 17 00:00:00 2001 From: Miguel Marcondes Filho Date: Sun, 4 May 2025 16:55:30 -0300 Subject: [PATCH] benchmark: fix typo in method name for error-stack PR-URL: https://github.com/nodejs/node/pull/58128 Reviewed-By: Daeyeon Jeong Reviewed-By: Rafael Gonzaga Reviewed-By: Edy Silva --- benchmark/es/error-stack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/es/error-stack.js b/benchmark/es/error-stack.js index 3b373dcdae..2cc3321640 100644 --- a/benchmark/es/error-stack.js +++ b/benchmark/es/error-stack.js @@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, { 'without-sourcemap', 'sourcemap', 'node-modules-without-sourcemap', - 'node-module-sourcemap'], + 'node-modules-sourcemap'], n: [1e5], });