mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Mark Shard#_exitListener as private
This commit is contained in:
@@ -77,6 +77,7 @@ class Shard extends EventEmitter {
|
||||
/**
|
||||
* Listener function for the {@link ChildProcess}' `exit` event
|
||||
* @type {Function}
|
||||
* @private
|
||||
*/
|
||||
this._exitListener = this._handleExit.bind(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user