()
| 2341 | e3(this._colors), this._onChangeColors.fire(this.colors); |
| 2342 | } |
| 2343 | _updateRestoreColors() { |
| 2344 | this._restoreColors = { foreground: this._colors.foreground, background: this._colors.background, cursor: this._colors.cursor, ansi: this._colors.ansi.slice() }; |
| 2345 | } |
| 2346 | }; |
| 2347 | function p(e3, t3) { |
| 2348 | if (void 0 !== e3) try { |
no outgoing calls
no test coverage detected