X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=min.mjs;h=25618206a0e12514dbb665a2f468654d3ac34205;hb=0cd226d261a3b43877fb13760c98e1ae7c1cb406;hp=2ac02b52bb9b9a0a4972b3a307779a11c4d5e343;hpb=528db71629bde2fbb2332fadc1011df3a61dd7c7;p=benchmarks-js.git diff --git a/min.mjs b/min.mjs index 2ac02b5..2561820 100644 --- a/min.mjs +++ b/min.mjs @@ -69,6 +69,6 @@ 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) => { +).catch(err => { console.error(err) })