()
| 313 | // This gets called at the end of the exit handler and during any tests to cleanup all of our listeners |
| 314 | // Everything in here should be synchronous |
| 315 | unload () { |
| 316 | this.#timers.off() |
| 317 | this.#display.off() |
| 318 | this.#logFile.off() |
| 319 | } |
| 320 | |
| 321 | finish (err) { |
| 322 | // Finish all our timer work, this will write the file if requested, end timers, etc |
no test coverage detected