X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=shallow-clone-object.js;h=f8e193b65e701a7d91294cfa6bf973cd7d6b696d;hb=938a5f27be90a49ea486298844fc31c869827049;hp=9201f838d7459423daca2576ef1c65852c3b1135;hpb=53559e8c9fb7f6b5a35cd9f4a2f46f4103b0f8f4;p=benchmarks-js.git diff --git a/shallow-clone-object.js b/shallow-clone-object.js index 9201f83..f8e193b 100644 --- a/shallow-clone-object.js +++ b/shallow-clone-object.js @@ -33,4 +33,6 @@ Benchmark.suite( format: 'table.html', details: true }) -) +).catch(err => { + console.error(err) +})