Skip to content

Commit

Permalink
Prettier fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesutherland committed Aug 1, 2020
1 parent 5649780 commit 89ec035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 89ec035

Please sign in to comment.