X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=empty-array.mjs;h=e53bfcc3f20e2cb8a801940c738d0d0b310e54e1;hb=25af2e9154979233f5767564830bb8e3d3e2b3bd;hp=12abb24b002080efea1ab068a414a16080ec5f52;hpb=95d31631e49a5a39e261745c31f526691dab5f81;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) })