mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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
|
* Listener function for the {@link ChildProcess}' `exit` event
|
||||||
* @type {Function}
|
* @type {Function}
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
this._exitListener = this._handleExit.bind(this);
|
this._exitListener = this._handleExit.bind(this);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user