X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=empty-array.mjs;h=e53bfcc3f20e2cb8a801940c738d0d0b310e54e1;hb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;hp=12abb24b002080efea1ab068a414a16080ec5f52;hpb=6c021ab6f04e4ee6a1109648e541e024bfb8f583;p=benchmarks-js.git diff --git a/empty-array.mjs b/empty-array.mjs index 12abb24..e53bfcc 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) })