Modification to script.

This commit is contained in:
terakilobyte
2015-04-25 12:44:34 -04:00
parent 2fce595e89
commit 7c8e5e60f4

View File

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