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

Function logError

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

Source from the content-addressed store, hash-verified

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