diff --git a/src/support.js b/src/support.js index 02ebe4f..71eba0e 100644 --- a/src/support.js +++ b/src/support.js @@ -100,7 +100,7 @@ exports.selectBest = (local, remote, cb) => { const order = Buffer.compare(oh1, oh2) if (order === 0) { - cb(new Error('you are trying to talk to yourself')) + return cb(new Error('you are trying to talk to yourself')) } cb(null, {