Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AndyMik90/Aperant
/ log
Function
log
scripts/bump-version.js:43–45 ·
view source on GitHub ↗
(message, color = colors.reset)
Source
from the content-addressed store, hash-verified
41
};
42
43
function
log(message, color = colors.reset) {
44
console.log(`${color}${message}${colors.reset}`);
45
}
46
47
function
error(message) {
48
log(`❌ Error: ${message}`, colors.red);
Callers
5
error
Function · 0.70
success
Function · 0.70
info
Function · 0.70
warning
Function · 0.70
main
Function · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected