[Pkg-javascript-commits] [node-module-deps] 229/444: skip emitting a useless value that breaks

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:58 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 782b9c358c16074e7646b0d959b68b60057ebc9e
Author: James Halliday <mail at substack.net>
Date:   Sat May 10 04:52:28 2014 -0700

    skip emitting a useless value that breaks
---
 index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/index.js b/index.js
index e1259b5..b131fbe 100644
--- a/index.js
+++ b/index.js
@@ -210,7 +210,6 @@ Deps.prototype.getTransforms = function (file, pkg) {
         else {
             loadTransform(tr, trOpts, function (err, trs) {
                 if (err) return cb(err);
-                self.emit('transform', t, file);
                 cb(null, trs);
             });
         }

-- 
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