X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=empty-array.mjs;h=12abb24b002080efea1ab068a414a16080ec5f52;hb=21ec9603a71829f8871d3a6999a0ae73e524520c;hp=e53bfcc3f20e2cb8a801940c738d0d0b310e54e1;hpb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;p=benchmarks-js.git diff --git a/empty-array.mjs b/empty-array.mjs index e53bfcc..12abb24 100644 --- a/empty-array.mjs +++ b/empty-array.mjs @@ -30,6 +30,6 @@ 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) => { +).catch(err => { console.error(err) })