X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=is-empty-object.mjs;h=e9b42f7562800827898d3a17d4c1169e32069343;hb=7fae69c4684e844931fa236ab4e465a5b069e9aa;hp=f718ada861751e905e11756ff83d79d5aacc834f;hpb=48f5216deed3bc4d9a64e81822fe8d6bd5c5cdcd;p=benchmarks-js.git diff --git a/is-empty-object.mjs b/is-empty-object.mjs index f718ada..e9b42f7 100644 --- a/is-empty-object.mjs +++ b/is-empty-object.mjs @@ -36,6 +36,4 @@ Benchmark.suite( format: 'table.html', details: true }) -).catch((err) => { - console.error(err) -}) +).catch(console.error)