Mark Shard#_exitListener as private

This commit is contained in:
Schuyler Cebulskie
2017-11-19 02:31:06 -05:00
parent 1338e9bd8e
commit acf82f32c3

View File

@@ -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);
}