Modification to script.

pull/369/head
terakilobyte 2015-04-25 12:44:34 -04:00
parent 2fce595e89
commit 7c8e5e60f4
1 changed files with 1 additions and 1 deletions

View File

@ -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();