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

Function logError

packages/ci/src/lib/log.ts:14–16  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

12 * @param message Log message
13 */
14export function logError(message: string): void {
15 log('error', message);
16}
17
18/**
19 * Logs warning message with top-level CI log styles (lines prefixed with logo, ends in empty line).

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected