Improveder

This commit is contained in:
Schuyler Cebulskie 2018-06-17 00:51:32 -04:00
parent f91747a764
commit d97af9d2e0

View file

@ -113,7 +113,7 @@ class Shard extends EventEmitter {
} }
/** /**
* Immediately kills the shard and does not restart it. * Immediately kills the shard's process and does not restart it.
*/ */
kill() { kill() {
this.process.removeListener('exit', this._exitListener); this.process.removeListener('exit', this._exitListener);