(...args)
| 121 | return this.changeStyle(text, f ? [this.fColorMap.blue] : [this.fColorMap.white, this.bColorMap.blue]) |
| 122 | } |
| 123 | static logError(...args) { |
| 124 | console.error(`${this.red("Error: ")}`, ...args) |
| 125 | } |
| 126 | static logWarn(...args) { |
| 127 | console.warn(`${this.yellow("Warning: ")}`, ...args) |
| 128 | } |
no test coverage detected