[Pkg-javascript-commits] [node-module-deps] 238/444: don't flag file as not resolvable too early

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:59 UTC 2017


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

rouca pushed a commit to branch master
in repository node-module-deps.

commit 43c1c08993c28909a364192bc7ed9deb79c02cc6
Author: Maximilian Antoni <mail at maxantoni.de>
Date:   Thu May 22 17:51:53 2014 +0200

    don't flag file as not resolvable too early
---
 index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/index.js b/index.js
index 5f59113..e3797eb 100644
--- a/index.js
+++ b/index.js
@@ -398,7 +398,6 @@ Deps.prototype.lookupPackage = function (file, cb) {
             else if (pkg) cb(null, pkg)
             else {
                 self.pkgCache[pkgfile] = false;
-                self.pkgCache[file] = false;
                 next();
             }
         }

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



More information about the Pkg-javascript-commits mailing list