build(deps-dev): apply updates
[benchmarks-js.git] / max.mjs
diff --git a/max.mjs b/max.mjs
index 8914520e21c75b7e2ee5d50b41ea80a1f310b142..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)