MCPcopy Create free account
hub / github.com/code-pushup/cli / logSilencedOutput

Function logSilencedOutput

packages/ci/src/lib/cli/exec.ts:76–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers 1

executeCliCommandFunction · 0.85

Calls 2

newlineMethod · 0.80
infoMethod · 0.80

Tested by

no test coverage detected