node-red-contrib-bluemix-hdfs
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -273,4 +273,6 @@ /** | ||
node.log("Payload in DATA AGAIN= " + data); | ||
node.log("Exiting...."); | ||
}); | ||
res1.on('end',function() { | ||
node.log("Before sending..."); | ||
node.send(msg); | ||
@@ -277,0 +279,0 @@ node.log("Payload in END AGAIN= " + data); |
@@ -9,3 +9,3 @@ { | ||
"description": "Big Data node on IBM Bluemix. \n\nThis Node-RED node runs only in the IBM Bluemix environment", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "node-red" |
61267
320