mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +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
|
* 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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue