Improve Shard#kill description

This commit is contained in:
Schuyler Cebulskie
2018-06-17 00:50:38 -04:00
parent e7eab427e5
commit f91747a764

View File

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