(errorText: string, indentCount: number = 0)
| 153 | } |
| 154 | |
| 155 | export function printError(errorText: string, indentCount: number = 0) { |
| 156 | writeStdErr(errorOutput(errorText), indentCount); |
| 157 | } |
| 158 | |
| 159 | export function printInitResult(result: IInitResult) { |
| 160 | if (result.dirsCreated && result.dirsCreated.length) { |
no test coverage detected