We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d230526 + 6d6faac commit 1dafd01Copy full SHA for 1dafd01
1 file changed
samples/Node.js/flow-node.js
@@ -143,7 +143,7 @@ module.exports = flow = function(temporaryFolder) {
143
// var stream = fs.createWriteStream(filename);
144
// r.write(identifier, stream);
145
// stream.on('data', function(data){...});
146
- // stream.on('end', function(){...});
+ // stream.on('finish', function(){...});
147
$.write = function(identifier, writableStream, options) {
148
options = options || {};
149
options.end = (typeof options['end'] == 'undefined' ? true : options['end']);
@@ -207,4 +207,4 @@ module.exports = flow = function(temporaryFolder) {
207
};
208
209
return $;
210
-};
+};
0 commit comments