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

Function logError

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

Source from the content-addressed store, hash-verified

97}
98
99function logError(message) {
100 console.error(`${c.red}✗${c.reset} ${message}`);
101}
102
103// ═══════════════════════════════════════════════════════════════════════════
104// 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