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

Function fail

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

Source from the content-addressed store, hash-verified

30 process.stdout.write(`[repro] ${msg}\n`);
31};
32const fail = (msg) => {
33 process.stdout.write(`[repro] FAIL: ${msg}\n`);
34 process.exit(1);
35};
36
37// Hard watchdog: nothing below should take more than a few minutes. If it does,
38// bail loudly rather than let the container hang (Electron spawns detached

Callers 2

repro.mjsFile · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected