MCPcopy
hub / github.com/czlonkowski/n8n-mcp / error

Function error

scripts/test-release-automation.js:46–48  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

44}
45
46function error(message) {
47 log(`❌ ${message}`, 'red');
48}
49
50function info(message) {
51 log(`ℹ️ ${message}`, 'blue');

Callers 8

testFileExistenceMethod · 0.70
testVersionDetectionMethod · 0.70
testChangelogParsingMethod · 0.70
testBuildProcessMethod · 0.70
testNpmPublishPrepMethod · 0.70
testDockerConfigMethod · 0.70
testWorkflowSyntaxMethod · 0.70
testEnvironmentMethod · 0.70

Calls 1

logFunction · 0.70

Tested by

no test coverage detected