(output)
| 95 | } |
| 96 | |
| 97 | #endStream (output) { |
| 98 | if (this.#logStream && !this.#isBuffered) { |
| 99 | this.#logStream.end(output) |
| 100 | this.#logStream = null |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | #logHandler = (level, ...args) => { |
| 105 | // Ignore pause and resume events since we write everything to the log file |