MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / logError

Function logError

scripts/dev-static.mjs:105–107  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

103}
104
105function logError(message) {
106 console.error(`${c.red}✗${c.reset} ${message}`);
107}
108
109// ═══════════════════════════════════════════════════════════════════════════
110// CLI parsing

Callers 5

buildFrontendFunction · 0.90
checkPrerequisitesFunction · 0.70
spawnServiceFunction · 0.70
mainFunction · 0.70
dev-static.mjsFile · 0.70

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected