} this._started = false; process.removeListener('newListener', this._onNewListener); process.removeListener('removeListener', this._onRemoveListener); if (this._effective) { super.stop(); this._effective = false; } } } module.exports = { SigintWatchdog, };