X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=quick-select.mjs;h=09251a3ce395b1c43f70768f7a7d73262da56d61;hb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;hp=3823448ee9faa1ecd2891327d2a9dc0534ed7469;hpb=6c021ab6f04e4ee6a1109648e541e024bfb8f583;p=benchmarks-js.git diff --git a/quick-select.mjs b/quick-select.mjs index 3823448..09251a3 100644 --- a/quick-select.mjs +++ b/quick-select.mjs @@ -264,6 +264,6 @@ Benchmark.suite( format: 'table.html', details: true }) -).catch(err => { +).catch((err) => { console.error(err) })