X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=is-undefined.js;fp=is-undefined.js;h=549171ef78b9adc34280ad3c7df3334e2e2d6dce;hb=4b16770a6cfce708521295e5f209a0ac02ecce90;hp=bc009331f38ebd09b2f7783b1bdcd7d7773a261f;hpb=e0c0c392b2ac356f86940883f912e940e6152355;p=benchmarks-js.git diff --git a/is-undefined.js b/is-undefined.js index bc00933..549171e 100644 --- a/is-undefined.js +++ b/is-undefined.js @@ -25,4 +25,6 @@ Benchmark.suite( format: 'table.html', details: true }) -) +).catch(err => { + console.error(err) +})