build(deps-dev): apply updates
[benchmarks-js.git] / min.mjs
diff --git a/min.mjs b/min.mjs
index 2ac02b52bb9b9a0a4972b3a307779a11c4d5e343..834076c94423f9e55e65e045d5721311272f21b8 100644 (file)
--- a/min.mjs
+++ b/min.mjs
@@ -69,6 +69,4 @@ Benchmark.suite(
   Benchmark.save({ file: 'min', format: 'json', details: true }),
   Benchmark.save({ file: 'min', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'min', format: 'table.html', details: true })
-).catch((err) => {
-  console.error(err)
-})
+).catch(console.error)