X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=random.mjs;h=d59c81359809a995111ba10bab27ef4874a8bd8b;hb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;hp=e1062c05c7e4a4d17749645af4d8a271ac0fd547;hpb=6c021ab6f04e4ee6a1109648e541e024bfb8f583;p=benchmarks-js.git diff --git a/random.mjs b/random.mjs index e1062c0..d59c813 100644 --- a/random.mjs +++ b/random.mjs @@ -100,6 +100,6 @@ Benchmark.suite( format: 'table.html', details: true }) -).catch(err => { +).catch((err) => { console.error(err) })