workers: lint.
This commit is contained in:
parent
f591e577f1
commit
0fa577a47d
@ -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);
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user