MCPcopy Create free account
hub / github.com/decaporg/decap-cms / log

Function log

scripts/test-package-integrity.mjs:29–31  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

27];
28
29function log(msg) {
30 console.log(`[test-package-integrity] ${msg}`);
31}
32
33function error(msg) {
34 console.error(`[test-package-integrity] ERROR: ${msg}`);

Callers 4

testPackagePackFunction · 0.85
testBrowserCompatibilityFunction · 0.85
testPackageJsonFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected