summaryrefslogtreecommitdiff
path: root/benchmark/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/common.js')
-rw-r--r--benchmark/common.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/common.js b/benchmark/common.js
index 41fb68bb28..cad0550986 100644
--- a/benchmark/common.js
+++ b/benchmark/common.js
@@ -169,7 +169,6 @@ Benchmark.prototype._run = function() {
child.on('close', (code) => {
if (code) {
process.exit(code);
- return;
}
if (queueIndex + 1 < self.queue.length) {