X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=min.mjs;h=834076c94423f9e55e65e045d5721311272f21b8;hb=86ae6947de386a300c696735b7bb43304245468e;hp=25618206a0e12514dbb665a2f468654d3ac34205;hpb=f913c68ce1ad111704f1f319706cb99e9659e236;p=benchmarks-js.git diff --git a/min.mjs b/min.mjs index 2561820..834076c 100644 --- 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)