build: bump volta pnpm version
[benchmarks-js.git] / deep-clone-object.js
index ed308e9cd944187ed06946b2774b2fdac8666a02..0f480c424263664a2e02ab3d8663a9bb87c65bf6 100644 (file)
@@ -1,8 +1,8 @@
 /* eslint-disable no-unused-vars */
 const Benchmark = require('benny')
-const { generateRandomObject } = require('./benchmark-utils')
 const _ = require('lodash')
 const clone = require('just-clone')
+const { generateRandomObject } = require('./benchmark-utils')
 
 const object = generateRandomObject()
 
@@ -37,4 +37,6 @@ Benchmark.suite(
     format: 'table.html',
     details: true
   })
-)
+).catch(err => {
+  console.error(err)
+})