X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=max.mjs;h=8f1f698a6a8b5f11488444913b70e17b4c11005d;hb=f8c0b885fcb58ac5e6e667c729a102a6bb0f3a39;hp=7ef592a36ad0142b9207604ce1ceca4348f96314;hpb=95d31631e49a5a39e261745c31f526691dab5f81;p=benchmarks-js.git diff --git a/max.mjs b/max.mjs index 7ef592a..8f1f698 100644 --- a/max.mjs +++ b/max.mjs @@ -66,6 +66,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) })