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