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