summaryrefslogtreecommitdiff
path: root/benchmark/common.js
diff options
context:
space:
mode:
authorZYSzys <17367077526@163.com>2019-02-02 13:12:06 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-07 13:21:33 +0100
commitb4e670dc26b50271457a257ccb244b14ff323b64 (patch)
treec4c002d09bf234abfd2c4bdeedf897af379fcd1f /benchmark/common.js
parent4e07d210e1809b4899ab22f44c75f16cf0cee9cc (diff)
downloadandroid-node-v8-b4e670dc26b50271457a257ccb244b14ff323b64.tar.gz
android-node-v8-b4e670dc26b50271457a257ccb244b14ff323b64.tar.bz2
android-node-v8-b4e670dc26b50271457a257ccb244b14ff323b64.zip
benchmark: remove unreachable return
PR-URL: https://github.com/nodejs/node/pull/25883 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
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) {