MCPcopy
hub / github.com/wdjungst/react-project / logError

Function logError

modules/LogUtils.js:13–15  ·  view source on GitHub ↗
(...msgs)

Source from the content-addressed store, hash-verified

11}
12
13export function logError(...msgs) {
14 logWithColor(red, msgs)
15}
16
17export function logPrompt(...msgs) {
18 logWithColor(yellow, msgs)

Callers 8

cli.jsFile · 0.90
validateEnvFunction · 0.90
checkDependenciesFunction · 0.90
logDXStartWarningFunction · 0.90
validateEnvFunction · 0.90
validatePackageJSONFunction · 0.85
logCantReadPackageJSONFunction · 0.85
promptApprovalFunction · 0.85

Calls 1

logWithColorFunction · 0.85

Tested by

no test coverage detected