[Pkg-javascript-commits] [node-jsonstream] 176/214: added missing 'stream' variable declaration
    Bastien Roucariès 
    rouca at moszumanska.debian.org
       
    Fri Dec  1 12:58:57 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-jsonstream.
commit e7d17012bac9def090a59378adc371ffe6342d13
Author: Dmitry Matveev <dmitrymatveev at yahoo.co.nz>
Date:   Thu Nov 19 10:15:54 2015 +1300
    added missing 'stream' variable declaration
---
 index.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.js b/index.js
index ec30105..6d29224 100755
--- a/index.js
+++ b/index.js
@@ -175,7 +175,8 @@ exports.stringifyObject = function (op, sep, cl, indent) {
 
   //else, what ever you like
 
-  var first = true
+  var stream
+    , first = true
     , anyData = false
   stream = through(function (data) {
     anyData = true
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git
    
    
More information about the Pkg-javascript-commits
mailing list