(e6)
| 4687 | _innerWrite(e3 = 0, t3 = true) { |
| 4688 | const i3 = e3 || Date.now(); |
| 4689 | for (; this._writeBuffer.length > this._bufferOffset; ) { |
| 4690 | const e4 = this._writeBuffer[this._bufferOffset], s3 = this._action(e4, t3); |
| 4691 | if (s3) { |
| 4692 | const e5 = (e6) => Date.now() - i3 >= 12 ? setTimeout((() => this._innerWrite(0, e6))) : this._innerWrite(i3, e6); |
nothing calls this directly
no test coverage detected