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