(message: string)
| 163 | } |
| 164 | |
| 165 | export function error(message: string) { |
| 166 | println(Style.TEXT_DANGER_BOLD + "Error: " + Style.TEXT_NORMAL + message) |
| 167 | } |
| 168 | |
| 169 | export function markdown(text: string): string { |
| 170 | return text |
no test coverage detected