build: bump volta pnpm version
[benchmarks-js.git] / empty-array.mjs
index e53bfcc3f20e2cb8a801940c738d0d0b310e54e1..3c46e35ddbfc664210da5fa370b0e3fd9faa595a 100644 (file)
@@ -30,6 +30,4 @@ Benchmark.suite(
   Benchmark.save({ file: 'empty-array', format: 'json', details: true }),
   Benchmark.save({ file: 'empty-array', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'empty-array', format: 'table.html', details: true })
-).catch((err) => {
-  console.error(err)
-})
+).catch(console.error)