X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=random.js;h=8c0fa86e669b384e4d812478e00b6a61716031c8;hb=77d3850e9eb4f27dfa31bebc8e02f400848517ad;hp=c3e5c4a8383c3821c223c40921a95ea63da8bb3e;hpb=53559e8c9fb7f6b5a35cd9f4a2f46f4103b0f8f4;p=benchmarks-js.git diff --git a/random.js b/random.js index c3e5c4a..8c0fa86 100644 --- a/random.js +++ b/random.js @@ -100,4 +100,6 @@ Benchmark.suite( format: 'table.html', details: true }) -) +).catch(err => { + console.error(err) +})