MCPcopy
hub / github.com/Fission-AI/OpenSpec / log

Function log

scripts/pack-version-check.mjs:18–21  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

16import path from 'path';
17
18function log(msg) {
19 if (process.env.CI) return; // keep CI logs quiet by default
20 console.log(msg);
21}
22
23function run(cmd, args, opts = {}) {
24 return execFileSync(cmd, args, { encoding: 'utf-8', stdio: ['ignore', 'pipe', 'pipe'], ...opts });

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected