X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=shallow-clone-object.mjs;h=51ee172b499c830b66772a19942d3005fb684c2f;hb=08465706b0bec8f4c942755e1b42197241eb066c;hp=18cf151259a692cc3f1321217ffc8554aa67bcbc;hpb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;p=benchmarks-js.git diff --git a/shallow-clone-object.mjs b/shallow-clone-object.mjs index 18cf151..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)