(result: JsonResult)
| 28 | }; |
| 29 | |
| 30 | export function printJson(result: JsonResult): void { |
| 31 | process.stdout.write(`${JSON.stringify(result, null, 2)}\n`); |
| 32 | } |
| 33 | |
| 34 | export function printHumanError( |
| 35 | err: AppError | NormalizedError, |
no test coverage detected