build(deps-dev): apply updates
[benchmarks-js.git] / shallow-clone-object.mjs
index 18cf151259a692cc3f1321217ffc8554aa67bcbc..466135e4469deebdbd92f97f524328445b156d01 100644 (file)
@@ -1,6 +1,7 @@
 /* eslint-disable no-unused-vars */
 import Benchmark from 'benny'
 import _ from 'lodash'
+
 import { generateRandomObject } from './benchmark-utils.mjs'
 
 const object = generateRandomObject()
@@ -33,6 +34,4 @@ Benchmark.suite(
     format: 'table.html',
     details: true
   })
-).catch((err) => {
-  console.error(err)
-})
+).catch(console.error)