Modification to script.
This commit is contained in:
@ -33,7 +33,7 @@ function storyLinkCleanup(cb) {
|
||||
}.bind(this));
|
||||
})
|
||||
.on('error', function (err) {
|
||||
console.log(err);
|
||||
console.error(err);
|
||||
}).on('close', function () {
|
||||
console.log('done with set');
|
||||
stream.destroy();
|
||||
|
Reference in New Issue
Block a user