X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=promise-handling.js;fp=promise-handling.js;h=11e0a96493056430a470792173f8fd4fd50f04d9;hb=4b16770a6cfce708521295e5f209a0ac02ecce90;hp=4e83dc54268f278c6d5de9d2dd29b96cf873a4d3;hpb=e0c0c392b2ac356f86940883f912e940e6152355;p=benchmarks-js.git diff --git a/promise-handling.js b/promise-handling.js index 4e83dc5..11e0a96 100644 --- a/promise-handling.js +++ b/promise-handling.js @@ -58,4 +58,6 @@ Benchmark.suite( format: 'table.html', details: true }) -) +).catch(err => { + console.error(err) +})