X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=shallow-clone-object.mjs;h=51ee172b499c830b66772a19942d3005fb684c2f;hb=766abaa8ef4d5cf0903b989643e8c491fcd9f189;hp=830a3862f3c1e3712cf9ed56a2a296dab49a963e;hpb=f913c68ce1ad111704f1f319706cb99e9659e236;p=benchmarks-js.git diff --git a/shallow-clone-object.mjs b/shallow-clone-object.mjs index 830a386..51ee172 100644 --- a/shallow-clone-object.mjs +++ b/shallow-clone-object.mjs @@ -33,6 +33,4 @@ Benchmark.suite( format: 'table.html', details: true }) -).catch(err => { - console.error(err) -}) +).catch(console.error)