catch benchmarks execution error
[benchmarks-js.git] / is-undefined.js
index bc009331f38ebd09b2f7783b1bdcd7d7773a261f..549171ef78b9adc34280ad3c7df3334e2e2d6dce 100644 (file)
@@ -25,4 +25,6 @@ Benchmark.suite(
     format: 'table.html',
     details: true
   })
-)
+).catch(err => {
+  console.error(err)
+})