X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=quick-select.mjs;h=3823448ee9faa1ecd2891327d2a9dc0534ed7469;hb=f913c68ce1ad111704f1f319706cb99e9659e236;hp=09251a3ce395b1c43f70768f7a7d73262da56d61;hpb=25af2e9154979233f5767564830bb8e3d3e2b3bd;p=benchmarks-js.git diff --git a/quick-select.mjs b/quick-select.mjs index 09251a3..3823448 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) })