MCPcopy
hub / github.com/npmx-dev/npmx.dev / logError

Function logError

cli/src/logger.ts:33–35  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

31 * Log command failure
32 */
33export function logError(message: string): void {
34 p.log.error(styleText('red', message))
35}
36
37/**
38 * Log warning

Callers 5

execNpmInteractiveFunction · 0.90
execNpmFunction · 0.90
packageInitFunction · 0.90
runFunction · 0.90
createConnectorAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected