(text: string)
| 140 | } |
| 141 | |
| 142 | export function success(text: string) { |
| 143 | logBullet(log, color.green, color.dim, "✔", text); |
| 144 | } |
| 145 | |
| 146 | export function error(prefix: string, text?: string | string[]) { |
| 147 | log(""); |
nothing calls this directly
no test coverage detected
searching dependent graphs…