[Pkg-javascript-commits] [node-diffie-hellman] 68/88: add final return

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:19:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-diffie-hellman.

commit 0c6a67f3c644318e65e26b9ce3f565a1ff3f3a44
Author: Calvin Metcalf <calvin.metcalf at gmail.com>
Date:   Mon Oct 26 19:11:01 2015 -0400

    add final return
---
 test.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test.js b/test.js
index 5b40105..e32b4a3 100644
--- a/test.js
+++ b/test.js
@@ -16,6 +16,7 @@ function isNode10() {
   if (parseInt(split[1], 10) === 10 && split[0] === 'v0') {
     return true;
   }
+  return false;
 }
  var lens = [
   2, 8, 16, 17, 18, 20, 21, 22, 64, 65, 128, 384, 512, 1024,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-diffie-hellman.git



More information about the Pkg-javascript-commits mailing list