X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=empty-array.mjs;h=3c46e35ddbfc664210da5fa370b0e3fd9faa595a;hb=86ae6947de386a300c696735b7bb43304245468e;hp=12abb24b002080efea1ab068a414a16080ec5f52;hpb=f913c68ce1ad111704f1f319706cb99e9659e236;p=benchmarks-js.git diff --git a/empty-array.mjs b/empty-array.mjs index 12abb24..3c46e35 100644 --- a/empty-array.mjs +++ b/empty-array.mjs @@ -30,6 +30,4 @@ Benchmark.suite( Benchmark.save({ file: 'empty-array', format: 'json', details: true }), Benchmark.save({ file: 'empty-array', format: 'chart.html', details: true }), Benchmark.save({ file: 'empty-array', format: 'table.html', details: true }) -).catch(err => { - console.error(err) -}) +).catch(console.error)