MCPcopy Create free account
hub / github.com/different-ai/opencode-browser / error

Function error

bin/cli.js:72–74  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

70}
71
72function error(msg) {
73 console.log(color("red", " " + msg));
74}
75
76function header(msg) {
77 console.log("\n" + color("cyan", color("bright", msg)));

Callers 4

installFunction · 0.85
updateFunction · 0.85
agentInstallFunction · 0.85
cli.jsFile · 0.85

Calls 1

colorFunction · 0.85

Tested by

no test coverage detected