Fix lint error

This commit is contained in:
Alan Cohen
2016-02-11 13:39:35 -08:00
parent 94a852cb8b
commit 5075441a69

View File

@@ -81,7 +81,7 @@ class Connection extends EventEmitter {
}
// we don't want this inside the try/catch or exceptions in listener
// will be caught
this.emit.apply(this, parameters);
this.emit(...parameters);
}
get _state() {