MCPcopy
hub / github.com/AndyMik90/Aperant / error

Function error

scripts/bump-version.js:47–50  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

45}
46
47function error(message) {
48 log(`❌ Error: ${message}`, colors.red);
49 process.exit(1);
50}
51
52function success(message) {
53 log(`✅ ${message}`, colors.green);

Callers 5

parseVersionFunction · 0.70
execFunction · 0.70
checkGitStatusFunction · 0.70
updatePackageJsonFunction · 0.70
mainFunction · 0.70

Calls 1

logFunction · 0.70

Tested by

no test coverage detected