refactor: automatically sort imports
[benchmarks-js.git] / fibonacci.mjs
index 700f3c0579bba560fdc39d899f388d6505c8320a..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)