Merge pull request #124 from jerome-benoit/dependabot/npm_and_yarn/commitlint/cli...
[benchmarks-js.git] / min.mjs
diff --git a/min.mjs b/min.mjs
index 25618206a0e12514dbb665a2f468654d3ac34205..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)