Merge pull request #124 from jerome-benoit/dependabot/npm_and_yarn/commitlint/cli...
[benchmarks-js.git] / fibonacci.mjs
index 00130ce0709a7e33a6abb23ba24bbed6fcfcbb8b..3929b4d01cafe311f7ee768ae8a98ee2a8d09901 100644 (file)
@@ -76,6 +76,4 @@ Benchmark.suite(
   Benchmark.save({ file: 'fibonacci', format: 'json', details: true }),
   Benchmark.save({ file: 'fibonacci', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'fibonacci', format: 'table.html', details: true })
-).catch(err => {
-  console.error(err)
-})
+).catch(console.error)