X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=fibonacci.mjs;h=00130ce0709a7e33a6abb23ba24bbed6fcfcbb8b;hb=50dbfd535ff762028c4b4d0d9de78d93a04e7efd;hp=700f3c0579bba560fdc39d899f388d6505c8320a;hpb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;p=benchmarks-js.git diff --git a/fibonacci.mjs b/fibonacci.mjs index 700f3c0..00130ce 100644 --- a/fibonacci.mjs +++ b/fibonacci.mjs @@ -76,6 +76,6 @@ Benchmark.suite( Benchmark.save({ file: 'fibonacci', format: 'json', details: true }), Benchmark.save({ file: 'fibonacci', format: 'chart.html', details: true }), Benchmark.save({ file: 'fibonacci', format: 'table.html', details: true }) -).catch((err) => { +).catch(err => { console.error(err) })