diff --git a/benchmark/misc/console.js b/benchmark/misc/console.js index d9a0977468dc1e..e26d8dbf351d20 100644 --- a/benchmark/misc/console.js +++ b/benchmark/misc/console.js @@ -95,7 +95,7 @@ function main(conf) { runUsingArgumentsAndApply(n); break; default: - throw new Error('Unexpected'); + throw new Error('Unexpected method'); } }