From 89ec035425a439712675ab52541fb730f0c3b425 Mon Sep 17 00:00:00 2001 From: Carl Sutherland Date: Sat, 1 Aug 2020 09:06:07 -0400 Subject: [PATCH] Prettier fix. --- benchmarks/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/index.js b/benchmarks/index.js index 1a03fa218..e315d0294 100644 --- a/benchmarks/index.js +++ b/benchmarks/index.js @@ -10,8 +10,8 @@ suite results.push(e.target.toString()) }) .on('error', function (e) { - console.error(e.target.error); - process.exit(1); + console.error(e.target.error) + process.exit(1) }) .on('complete', function () { console.log('Benchmark complete')