MCPcopy Create free account
hub / github.com/ding113/claude-code-hub / error

Function error

scripts/validate-migrations.js:64–66  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

62}
63
64function error(message) {
65 log(colors.red, "[ERROR]", message);
66}
67
68function success(message) {
69 log(colors.green, "[SUCCESS]", message);

Callers 2

mainFunction · 0.85

Calls 1

logFunction · 0.70

Tested by

no test coverage detected