build(deps-dev): apply updates
[benchmarks-js.git] / max.js
diff --git a/max.js b/max.js
index be3f7819314f12757d34e124b445d4941a85a114..5a486473e9d6fa3afa4aa7da9347ce6384a28e49 100644 (file)
--- a/max.js
+++ b/max.js
@@ -66,4 +66,6 @@ Benchmark.suite(
   Benchmark.save({ file: 'max', format: 'json', details: true }),
   Benchmark.save({ file: 'max', format: 'chart.html', details: true }),
   Benchmark.save({ file: 'max', format: 'table.html', details: true })
-)
+).catch(err => {
+  console.error(err)
+})