mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Mark Shard#_exitListener as private
This commit is contained in:
parent
1338e9bd8e
commit
acf82f32c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue