()
| 444 | } |
| 445 | |
| 446 | stopWatchingConfig() { |
| 447 | if (this.debounceTimer) { |
| 448 | clearTimeout(this.debounceTimer); |
| 449 | this.debounceTimer = null; |
| 450 | } |
| 451 | if (this.configWatcher) { |
| 452 | this.configWatcher.close(); |
| 453 | } |
| 454 | } |
| 455 | |
| 456 | onConfigChange(callback) { |
| 457 | this.on('change', callback); |
no test coverage detected