workers: lint.

This commit is contained in:
Christopher Jeffrey 2017-07-07 00:52:55 -07:00
parent f591e577f1
commit 0fa577a47d
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -51,7 +51,7 @@ Master.prototype.init = function init() {
this.parser.feed(data);
});
this.parent.on('error', (data) => {
this.parent.on('error', (err) => {
this.emit('error', err);
});