[Pkg-javascript-commits] [node-deps-sort] 37/79: fix ref
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:41:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-deps-sort.
commit b37e620fbe250c0cb9283be67f8fb5926e8f76de
Author: James Halliday <mail at substack.net>
Date: Mon Jul 21 17:53:20 2014 -0700
fix ref
---
index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
index 758e865..5d437ac 100644
--- a/index.js
+++ b/index.js
@@ -106,7 +106,7 @@ function depCmp (hashes) {
var db = deps[kb];
if (ka === kb) continue;
- if (ha !== hb || (!limit && !sameDeps(da, db, 1))) {
+ if (ha !== hb || (!limit && !cmp(da, db, 1))) {
return false;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-deps-sort.git
More information about the Pkg-javascript-commits
mailing list