(...msgs)
| 218 | } |
| 219 | |
| 220 | #handleError(...msgs) { |
| 221 | if (this.#callbacks.error.length === 0) console.error(...msgs); |
| 222 | else this.#handleEvent('error', ...msgs); |
| 223 | } |
| 224 | |
| 225 | /** |
| 226 | * @param {PineIndicator | BuiltInIndicator} indicator Indicator object instance |
no test coverage detected