[Pkg-javascript-commits] [node-stream-combiner2] 32/41: hand off opts to duplexer

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:57:54 UTC 2017


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

rouca pushed a commit to branch master
in repository node-stream-combiner2.

commit fa78b262213dd44fa534b174a5ea2d58535cc694
Author: James Halliday <mail at substack.net>
Date:   Fri Oct 16 16:04:45 2015 -0700

    hand off opts to duplexer
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index d849839..1a279a3 100644
--- a/index.js
+++ b/index.js
@@ -35,7 +35,7 @@ function combine (streams, opts) {
 
   var first = streams[0]
     , last = streams[streams.length - 1]
-    , thepipe = duplexer(first, last)
+    , thepipe = duplexer(opts, first, last)
 
   //pipe all the streams together
 

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



More information about the Pkg-javascript-commits mailing list