X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=max.mjs;h=60fcdeac0764ba2016cd71050b94e27f228499f3;hb=3d3820c6d32315be92b08f19b905b352dad8506d;hp=8914520e21c75b7e2ee5d50b41ea80a1f310b142;hpb=528db71629bde2fbb2332fadc1011df3a61dd7c7;p=benchmarks-js.git diff --git a/max.mjs b/max.mjs index 8914520..60fcdea 100644 --- a/max.mjs +++ b/max.mjs @@ -69,6 +69,6 @@ Benchmark.suite( Benchmark.save({ file: 'max', format: 'json', details: true }), Benchmark.save({ file: 'max', format: 'chart.html', details: true }), Benchmark.save({ file: 'max', format: 'table.html', details: true }) -).catch((err) => { +).catch(err => { console.error(err) })