()
| 74 | }; |
| 75 | |
| 76 | const logSilencedOutput = () => { |
| 77 | if (context.silent) { |
| 78 | logger.newline(); |
| 79 | logger.info(output, { noIndent: true }); |
| 80 | if (!output.endsWith('\n')) { |
| 81 | logger.newline(); |
| 82 | } |
| 83 | } |
| 84 | }; |
| 85 | |
| 86 | return { logOutputChunk, logOutputEnd, logSilencedOutput }; |
| 87 | } |
no test coverage detected