diff --git a/benchmark/misc/console.js b/benchmark/misc/console.js index d352943e80..17f7ed0f4d 100644 --- a/benchmark/misc/console.js +++ b/benchmark/misc/console.js @@ -114,7 +114,7 @@ function main(conf) { case 'restAndConcat': if (conf.concat) runUsingRestAndConcat(n); - break; + break; default: throw new Error('Unexpected method'); }