[Pkg-mozext-commits] [adblock-plus] 51/98: Issue 4576 - Fixed a mistake introduced in previous commit

David Prévot taffit at moszumanska.debian.org
Tue Oct 24 01:30:18 UTC 2017


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit d2a421db129a5faccef4b6ffd7a5099e843dd4e0
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Oct 28 12:59:28 2016 +0200

    Issue 4576 - Fixed a mistake introduced in previous commit
---
 lib/io.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/io.js b/lib/io.js
index 71492a6..6445094 100644
--- a/lib/io.js
+++ b/lib/io.js
@@ -97,7 +97,7 @@ let IO = exports.IO =
             {
               let promise = listener.process(lines[i]);
               if (promise)
-                yield listener.process(lines[i]);
+                yield promise;
             }
           }
           finally

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list