build(deps-dev): Bump @commitlint/config-conventional
[benchmarks-js.git] / max.mjs
diff --git a/max.mjs b/max.mjs
index 60fcdeac0764ba2016cd71050b94e27f228499f3..0b1ec9f93528bed64c39bf82435a689223d2f3f7 100644 (file)
--- a/max.mjs
+++ b/max.mjs
@@ -69,6 +69,4 @@ Benchmark.suite(
   Benchmark.save({ file: 'max', format: 'json', details: true }),
   Benchmark.save({ file: 'max', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'max', format: 'table.html', details: true })
-).catch(err => {
-  console.error(err)
-})
+).catch(console.error)