MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / log

Function log

e2e/desktop-packaged/linux-vm/repro.mjs:29–31  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

27const executorBin = join(APP_DIR, "resources", "executor", "executor");
28
29const log = (msg) => {
30 process.stdout.write(`[repro] ${msg}\n`);
31};
32const fail = (msg) => {
33 process.stdout.write(`[repro] FAIL: ${msg}\n`);
34 process.exit(1);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected